#245149

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

Shades of Gable Green #245149

Tints of Gable Green #245149

Color information

#245149 (or 0x245149) is unknown color: approx Gable Green. HEX triplet: 24, 51 and 49. RGB value is (36,81,73). Sum of RGB (Red+Green+Blue) = 36+81+73=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #245149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245149 is #DBAEB6. Grayscale: #424242. Windows color (decimal): -14397111 or 4804900. OLE color: 4804900.

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

Color convert

RGB368173-
CMYK0.5600.100.68
HSL169.33º38.46%22.94%-
HSV(B)169.33º55.56%31.76%-
XYZ4.876.747.35-
YUV66.63131.59106.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 73 (28.91% from 255) = 38.42%
R=18.95%
G=42.63%
B=38.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3681730.5600.100.68169.3338.4622.94
Hex245149380A44a92617
Octal44121111700121042514627
Binary100100101000110010011110000101010001001010100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245149; }

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

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

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

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

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

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

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

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