Html Css Color HEX #429265 Eucalyptus

📋 copy color: '#429265'

red 66 ◦ green 146 ◦ blue 101

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

Shades of Eucalyptus #429265

Tints of Eucalyptus #429265

RGB

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

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

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

R = 21.09%
G = 46.65%
B = 32.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#429265 (or 0x429265) is known color: Eucalyptus. HEX triplet: 42, 92 and 65. RGB value is (66,146,101). Sum of RGB (Red+Green+Blue) = 66+146+101=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #429265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429265 is #BD6D9A. Grayscale: #757575. Windows color (decimal): -12414363 or 6656578. OLE color: 6656578.

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

Color convert

RGB 66 146 101 -
CMYK 0.55 0 0.31 0.43
HSL 146.25º 0.38% 0.42% -
HSV(B) 146.25º 0.55% 0.57% -
XYZ 14.87 22.66 15.9 -
YUV 116.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 66 146 101 0.55 0 0.31 0.43 146.25 0.38 0.42
Hex 42 92 65 37 0 1F 2B 92 26 2A
Octal 102 222 145 67 0 37 53 222 46 52
Binary 1000010 10010010 1100101 110111 0 11111 101011 10010010 100110 101010

Color Harmonies of #429265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429265

Black with #429265

Text Example


Text Example

White with #429265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429265; }

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

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

background-color css

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

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

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

border-color css

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

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

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