Html Css Color HEX #429965 Eucalyptus

📋 copy color: '#429965'

red 66 ◦ green 153 ◦ blue 101

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

Shades of Eucalyptus #429965

Tints of Eucalyptus #429965

RGB

 RED value IS 66 (26.17% from 255) = 20.63%

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

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

R = 20.63%
G = 47.81%
B = 31.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#429965 (or 0x429965) is known color: Eucalyptus. HEX triplet: 42, 99 and 65. RGB value is (66,153,101). Sum of RGB (Red+Green+Blue) = 66+153+101=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #429965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429965 is #BD669A. Grayscale: #797979. Windows color (decimal): -12412571 or 6658370. OLE color: 6658370.

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

Color convert

RGB 66 153 101 -
CMYK 0.57 0 0.34 0.4
HSL 144.14º 0.4% 0.43% -
HSV(B) 144.14º 0.57% 0.6% -
XYZ 15.99 24.88 16.27 -
YUV 121.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 66 153 101 0.57 0 0.34 0.4 144.14 0.4 0.43
Hex 42 99 65 39 0 22 28 90 28 2B
Octal 102 231 145 71 0 42 50 220 50 53
Binary 1000010 10011001 1100101 111001 0 100010 101000 10010000 101000 101011

Color Harmonies of #429965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429965

Black with #429965

Text Example


Text Example

White with #429965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429965; }

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

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

background-color css

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

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

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

border-color css

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

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

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