Html Css Color HEX #249A64 Eucalyptus

📋 copy color: '#249A64'

red 36 ◦ green 154 ◦ blue 100

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

Shades of Eucalyptus #249A64

Tints of Eucalyptus #249A64

RGB

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

 GREEN value IS 154 (60.55% from 255) = 53.1%

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

R = 12.41%
G = 53.1%
B = 34.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#249A64 (or 0x249A64) is known color: Eucalyptus. HEX triplet: 24, 9A and 64. RGB value is (36,154,100). Sum of RGB (Red+Green+Blue) = 36+154+100=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 154 (60.55% from 255 or 53.10% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 154 - color contains mainly: green. Hex color #249A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A64 is #DB659B. Grayscale: #707070. Windows color (decimal): -14378396 or 6593060. OLE color: 6593060.

HSL color Cylindrical-coordinate representation of color #249A64: hue angle of 152.54º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A64 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 154 100 -
CMYK 0.77 0 0.35 0.40
HSL 152.54º 0.62% 0.37% -
HSV(B) 152.54º 0.77% 0.6% -
XYZ 14.58 24.41 16 -
YUV 112.56 120.91 73.39 -
System Red Green Blue C M Y K H S L
Decimal 36 154 100 0.77 0 0.35 0.40 152.54 0.62 0.37
Hex 24 9A 64 4D 0 23 28 99 3E 25
Octal 44 232 144 115 0 43 50 231 76 45
Binary 100100 10011010 1100100 1001101 0 100011 101000 10011001 111110 100101

Color Harmonies of #249A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A64

Black with #249A64

Text Example


Text Example

White with #249A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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