Html Css Color HEX #245148 Gable Green

📋 copy color: '#245148'

red 36 ◦ green 81 ◦ blue 72

#245148
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #245148

Tints of Gable Green #245148

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.1%

R = 19.05%
G = 42.86%
B = 38.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#245148 (or 0x245148) is known color: 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

RGB 36 81 72 -
CMYK 0.56 0 0.11 0.68
HSL 168º 0.38% 0.23% -
HSV(B) 168º 0.56% 0.32% -
XYZ 4.84 6.73 7.17 -
YUV 66.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 36 81 72 0.56 0 0.11 0.68 168 0.38 0.23
Hex 24 51 48 38 0 B 44 A8 26 17
Octal 44 121 110 70 0 13 104 250 46 27
Binary 100100 1010001 1001000 111000 0 1011 1000100 10101000 100110 10111

Color Harmonies of #245148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245148

Black with #245148

Text Example


Text Example

White with #245148

Text Example


Text Example

HTML Codes & Css Web 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>