Html Css Color HEX #429369 Eucalyptus

📋 copy color: '#429369'

red 66 ◦ green 147 ◦ blue 105

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

Shades of Eucalyptus #429369

Tints of Eucalyptus #429369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

 BLUE value IS 105 (41.41% from 255) = 33.02%

R = 20.75%
G = 46.23%
B = 33.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#429369 (or 0x429369) is known color: Eucalyptus. HEX triplet: 42, 93 and 69. RGB value is (66,147,105). Sum of RGB (Red+Green+Blue) = 66+147+105=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #429369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429369 is #BD6C96. Grayscale: #767676. Windows color (decimal): -12414103 or 6918978. OLE color: 6918978.

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

Color convert

RGB 66 147 105 -
CMYK 0.55 0 0.29 0.42
HSL 148.89º 0.38% 0.42% -
HSV(B) 148.89º 0.55% 0.58% -
XYZ 15.23 23.05 17.01 -
YUV 117.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 66 147 105 0.55 0 0.29 0.42 148.89 0.38 0.42
Hex 42 93 69 37 0 1D 2A 95 26 2A
Octal 102 223 151 67 0 35 52 225 46 52
Binary 1000010 10010011 1101001 110111 0 11101 101010 10010101 100110 101010

Color Harmonies of #429369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429369

Black with #429369

Text Example


Text Example

White with #429369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429369; }

 p { color: rgb(66,147,105); }

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

background-color css

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

 a { background-color: rgb(66,147,105); }

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

border-color css

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

 span { border-color: rgb(66,147,105); }

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