Html Css Color HEX #249C64 Eucalyptus

📋 copy color: '#249C64'

red 36 ◦ green 156 ◦ blue 100

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

Shades of Eucalyptus #249C64

Tints of Eucalyptus #249C64

RGB

 RED value IS 36 (14.45% from 255) = 12.33%

 GREEN value IS 156 (61.33% from 255) = 53.42%

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 12.33%
G = 53.42%
B = 34.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#249C64 (or 0x249C64) is known color: Eucalyptus. HEX triplet: 24, 9C and 64. RGB value is (36,156,100). Sum of RGB (Red+Green+Blue) = 36+156+100=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #249C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C64 is #DB639B. Grayscale: #717171. Windows color (decimal): -14377884 or 6593572. OLE color: 6593572.

HSL color Cylindrical-coordinate representation of color #249C64: hue angle of 152º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C64 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 156 100 -
CMYK 0.77 0 0.36 0.39
HSL 152º 0.63% 0.38% -
HSV(B) 152º 0.77% 0.61% -
XYZ 14.92 25.07 16.11 -
YUV 113.74 120.24 72.55 -
System Red Green Blue C M Y K H S L
Decimal 36 156 100 0.77 0 0.36 0.39 152 0.63 0.38
Hex 24 9C 64 4D 0 24 27 98 3E 26
Octal 44 234 144 115 0 44 47 230 76 46
Binary 100100 10011100 1100100 1001101 0 100100 100111 10011000 111110 100110

Color Harmonies of #249C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249C64

Black with #249C64

Text Example


Text Example

White with #249C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249C64; }

 p { color: rgb(36,156,100); }

 H1.HeaderClassName
 {
   color: #249C64;
 }
 .AnyTagClassName
 {
   color: #249C64;
 }
</style>

background-color css

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

 a { background-color: rgb(36,156,100); }

 div.DivClassName
 {
   background-color: #249C64;
 }
 .BgClassName
 {
   background-color: #249C64;
 }
</style>

border-color css

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

 span { border-color: rgb(36,156,100); }

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