Html Css Color HEX #429465 Eucalyptus

📋 copy color: '#429465'

red 66 ◦ green 148 ◦ blue 101

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

Shades of Eucalyptus #429465

Tints of Eucalyptus #429465

RGB

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

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

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

R = 20.95%
G = 46.98%
B = 32.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#429465 (or 0x429465) is known color: Eucalyptus. HEX triplet: 42, 94 and 65. RGB value is (66,148,101). Sum of RGB (Red+Green+Blue) = 66+148+101=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #429465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429465 is #BD6B9A. Grayscale: #767676. Windows color (decimal): -12413851 or 6657090. OLE color: 6657090.

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

Color convert

RGB 66 148 101 -
CMYK 0.55 0 0.32 0.42
HSL 145.61º 0.38% 0.42% -
HSV(B) 145.61º 0.55% 0.58% -
XYZ 15.19 23.28 16 -
YUV 118.12 118.33 90.82 -
System Red Green Blue C M Y K H S L
Decimal 66 148 101 0.55 0 0.32 0.42 145.61 0.38 0.42
Hex 42 94 65 37 0 20 2A 92 26 2A
Octal 102 224 145 67 0 40 52 222 46 52
Binary 1000010 10010100 1100101 110111 0 100000 101010 10010010 100110 101010

Color Harmonies of #429465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429465

Black with #429465

Text Example


Text Example

White with #429465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429465; }

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

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

background-color css

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

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

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

border-color css

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

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

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