#245047

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

Shades of Gable Green #245047

Tints of Gable Green #245047

Color information

#245047 (or 0x245047) is unknown color: approx Gable Green. HEX triplet: 24, 50 and 47. RGB value is (36,80,71). Sum of RGB (Red+Green+Blue) = 36+80+71=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #245047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245047 is #DBAFB8. Grayscale: #414141. Windows color (decimal): -14397369 or 4673572. OLE color: 4673572.

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

Color convert

RGB368071-
CMYK0.5500.110.69
HSL167.73º37.93%22.75%-
HSV(B)167.73º55%31.37%-
XYZ4.736.576.98-
YUV65.82130.92106.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=19.25%
G=42.78%
B=37.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680710.5500.110.69167.7337.9322.75
Hex245047370B45a82617
Octal44120107670131052504627
Binary100100101000010001111101110101110001011010100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245047; }

 p { color: rgb(36,80,71); }

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

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

 a { background-color: rgb(36,80,71); }

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

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

 span { border-color: rgb(36,80,71); }

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