Html Css Color HEX #249965 Eucalyptus

📋 copy color: '#249965'

red 36 ◦ green 153 ◦ blue 101

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

Shades of Eucalyptus #249965

Tints of Eucalyptus #249965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.76%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 12.41%
G = 52.76%
B = 34.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#249965 (or 0x249965) is known color: Eucalyptus. HEX triplet: 24, 99 and 65. RGB value is (36,153,101). Sum of RGB (Red+Green+Blue) = 36+153+101=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #249965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249965 is #DB669A. Grayscale: #707070. Windows color (decimal): -14378651 or 6658340. OLE color: 6658340.

HSL color Cylindrical-coordinate representation of color #249965: hue angle of 153.33º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249965 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 153 101 -
CMYK 0.76 0 0.34 0.4
HSL 153.33º 0.62% 0.37% -
HSV(B) 153.33º 0.76% 0.6% -
XYZ 14.47 24.1 16.2 -
YUV 112.09 121.74 73.73 -
System Red Green Blue C M Y K H S L
Decimal 36 153 101 0.76 0 0.34 0.4 153.33 0.62 0.37
Hex 24 99 65 4C 0 22 28 99 3E 25
Octal 44 231 145 114 0 42 50 231 76 45
Binary 100100 10011001 1100101 1001100 0 100010 101000 10011001 111110 100101

Color Harmonies of #249965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249965

Black with #249965

Text Example


Text Example

White with #249965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249965; }

 p { color: rgb(36,153,101); }

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

background-color css

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

 a { background-color: rgb(36,153,101); }

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

border-color css

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

 span { border-color: rgb(36,153,101); }

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