#245046

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

Shades of Gable Green #245046

Tints of Gable Green #245046

Color information

#245046 (or 0x245046) is unknown color: approx Gable Green. HEX triplet: 24, 50 and 46. RGB value is (36,80,70). Sum of RGB (Red+Green+Blue) = 36+80+70=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #245046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245046 is #DBAFB9. Grayscale: #414141. Windows color (decimal): -14397370 or 4608036. OLE color: 4608036.

HSL color Cylindrical-coordinate representation of color #245046: hue angle of 166.36º 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 #245046 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB368070-
CMYK0.5500.120.69
HSL166.36º37.93%22.75%-
HSV(B)166.36º55%31.37%-
XYZ4.76.556.81-
YUV65.7130.42106.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=19.35%
G=43.01%
B=37.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680700.5500.120.69166.3637.9322.75
Hex245046370C45a62617
Octal44120106670141052464627
Binary100100101000010001101101110110010001011010011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245046; }

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

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

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

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

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

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

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

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