Html Css Color HEX #429261 Eucalyptus

📋 copy color: '#429261'

red 66 ◦ green 146 ◦ blue 97

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

Shades of Eucalyptus #429261

Tints of Eucalyptus #429261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.25%

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 21.36%
G = 47.25%
B = 31.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#429261 (or 0x429261) is known color: Eucalyptus. HEX triplet: 42, 92 and 61. RGB value is (66,146,97). Sum of RGB (Red+Green+Blue) = 66+146+97=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #429261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429261 is #BD6D9E. Grayscale: #747474. Windows color (decimal): -12414367 or 6394434. OLE color: 6394434.

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

Color convert

RGB 66 146 97 -
CMYK 0.55 0 0.34 0.43
HSL 143.25º 0.38% 0.42% -
HSV(B) 143.25º 0.55% 0.57% -
XYZ 14.68 22.58 14.89 -
YUV 116.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 66 146 97 0.55 0 0.34 0.43 143.25 0.38 0.42
Hex 42 92 61 37 0 22 2B 8F 26 2A
Octal 102 222 141 67 0 42 53 217 46 52
Binary 1000010 10010010 1100001 110111 0 100010 101011 10001111 100110 101010

Color Harmonies of #429261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429261

Black with #429261

Text Example


Text Example

White with #429261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429261; }

 p { color: rgb(66,146,97); }

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

background-color css

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

 a { background-color: rgb(66,146,97); }

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

border-color css

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

 span { border-color: rgb(66,146,97); }

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