Html Css Color HEX #429264 Eucalyptus

📋 copy color: '#429264'

red 66 ◦ green 146 ◦ blue 100

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

Shades of Eucalyptus #429264

Tints of Eucalyptus #429264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 21.15%
G = 46.79%
B = 32.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#429264 (or 0x429264) is known color: Eucalyptus. HEX triplet: 42, 92 and 64. RGB value is (66,146,100). Sum of RGB (Red+Green+Blue) = 66+146+100=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #429264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429264 is #BD6D9B. Grayscale: #747474. Windows color (decimal): -12414364 or 6591042. OLE color: 6591042.

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

Color convert

RGB 66 146 100 -
CMYK 0.55 0 0.32 0.43
HSL 145.5º 0.38% 0.42% -
HSV(B) 145.5º 0.55% 0.57% -
XYZ 14.83 22.64 15.64 -
YUV 116.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 66 146 100 0.55 0 0.32 0.43 145.5 0.38 0.42
Hex 42 92 64 37 0 20 2B 92 26 2A
Octal 102 222 144 67 0 40 53 222 46 52
Binary 1000010 10010010 1100100 110111 0 100000 101011 10010010 100110 101010

Color Harmonies of #429264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429264

Black with #429264

Text Example


Text Example

White with #429264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429264; }

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

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

background-color css

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

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

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

border-color css

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

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

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