Html Css Color HEX #429A6A Eucalyptus

📋 copy color: '#429A6A'

red 66 ◦ green 154 ◦ blue 106

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

Shades of Eucalyptus #429A6A

Tints of Eucalyptus #429A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 20.25%
G = 47.24%
B = 32.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#429A6A (or 0x429A6A) is known color: Eucalyptus. HEX triplet: 42, 9A and 6A. RGB value is (66,154,106). Sum of RGB (Red+Green+Blue) = 66+154+106=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #429A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429A6A is #BD6595. Grayscale: #7A7A7A. Windows color (decimal): -12412310 or 6986306. OLE color: 6986306.

HSL color Cylindrical-coordinate representation of color #429A6A: hue angle of 147.27º 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 #429A6A is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 154 106 -
CMYK 0.57 0 0.31 0.40
HSL 147.27º 0.4% 0.43% -
HSV(B) 147.27º 0.57% 0.6% -
XYZ 16.4 25.31 17.66 -
YUV 122.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 66 154 106 0.57 0 0.31 0.40 147.27 0.4 0.43
Hex 42 9A 6A 39 0 1F 28 93 28 2B
Octal 102 232 152 71 0 37 50 223 50 53
Binary 1000010 10011010 1101010 111001 0 11111 101000 10010011 101000 101011

Color Harmonies of #429A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429A6A

Black with #429A6A

Text Example


Text Example

White with #429A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429A6A; }

 p { color: rgb(66,154,106); }

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

background-color css

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

 a { background-color: rgb(66,154,106); }

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

border-color css

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

 span { border-color: rgb(66,154,106); }

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