#245248

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

Shades of Gable Green #245248

Tints of Gable Green #245248

Color information

#245248 (or 0x245248) is unknown color: approx Gable Green. HEX triplet: 24, 52 and 48. RGB value is (36,82,72). Sum of RGB (Red+Green+Blue) = 36+82+72=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #245248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245248 is #DBADB7. Grayscale: #434343. Windows color (decimal): -14396856 or 4739620. OLE color: 4739620.

HSL color Cylindrical-coordinate representation of color #245248: hue angle of 166.96º degrees, saturation: 0.39, 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 #245248 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB368272-
CMYK0.5600.120.68
HSL166.96º38.98%23.14%-
HSV(B)166.96º56.1%32.16%-
XYZ4.916.887.2-
YUV67.11130.76105.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=18.95%
G=43.16%
B=37.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3682720.5600.120.68166.9638.9823.14
Hex245248380C44a72717
Octal44122110700141042474727
Binary100100101001010010001110000110010001001010011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245248; }

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

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

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

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

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

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

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

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