#245148

Color #245148 Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #245148

Tints of Gable Green #245148

Color information

#245148 (or 0x245148) is unknown color: approx Gable Green. HEX triplet: 24, 51 and 48. RGB value is (36,81,72). Sum of RGB (Red+Green+Blue) = 36+81+72=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #245148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245148 is #DBAEB7. Grayscale: #424242. Windows color (decimal): -14397112 or 4739364. OLE color: 4739364.

HSL color Cylindrical-coordinate representation of color #245148: hue angle of 168º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245148 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB368172-
CMYK0.5600.110.68
HSL168º38.46%22.94%-
HSV(B)168º55.56%31.76%-
XYZ4.846.737.17-
YUV66.52131.09106.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 81 (32.03% from 255) = 42.86%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=19.05%
G=42.86%
B=38.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3681720.5600.110.6816838.4622.94
Hex245148380B44a82617
Octal44121110700131042504627
Binary100100101000110010001110000101110001001010100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245148; }

 p { color: rgb(36,81,72); }

 H1.HeaderClassName
 {
   color: #245148;
 }
 .AnyTagClassName
 {
   color: #245148;
 }
</style>
background-color css

<style>
 a { background-color: #245148; }

 a { background-color: rgb(36,81,72); }

 div.DivClassName
 {
   background-color: #245148;
 }
 .BgClassName
 {
   background-color: #245148;
 }
</style>
border-color css

<style>
 span { border-color: #245148; }

 span { border-color: rgb(36,81,72); }

 td.TdClassName
 {
   border-color: #245148;
 }
 .TagClassName
 {
   border-color: #245148;
 }
</style>