Html Css Color HEX #429467 Eucalyptus

📋 copy color: '#429467'

red 66 ◦ green 148 ◦ blue 103

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

Shades of Eucalyptus #429467

Tints of Eucalyptus #429467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.69%

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 20.82%
G = 46.69%
B = 32.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#429467 (or 0x429467) is known color: Eucalyptus. HEX triplet: 42, 94 and 67. RGB value is (66,148,103). Sum of RGB (Red+Green+Blue) = 66+148+103=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #429467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429467 is #BD6B98. Grayscale: #767676. Windows color (decimal): -12413849 or 6788162. OLE color: 6788162.

HSL color Cylindrical-coordinate representation of color #429467: hue angle of 147.07º 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 #429467 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 103 -
CMYK 0.55 0 0.30 0.42
HSL 147.07º 0.38% 0.42% -
HSV(B) 147.07º 0.55% 0.58% -
XYZ 15.28 23.32 16.53 -
YUV 118.35 119.33 90.66 -
System Red Green Blue C M Y K H S L
Decimal 66 148 103 0.55 0 0.30 0.42 147.07 0.38 0.42
Hex 42 94 67 37 0 1E 2A 93 26 2A
Octal 102 224 147 67 0 36 52 223 46 52
Binary 1000010 10010100 1100111 110111 0 11110 101010 10010011 100110 101010

Color Harmonies of #429467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429467

Black with #429467

Text Example


Text Example

White with #429467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429467; }

 p { color: rgb(66,148,103); }

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

background-color css

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

 a { background-color: rgb(66,148,103); }

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

border-color css

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

 span { border-color: rgb(66,148,103); }

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