#429277

Color #429277 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #429277

Tints of Viridian #429277

Color information

#429277 (or 0x429277) is unknown color: approx Viridian. HEX triplet: 42, 92 and 77. RGB value is (66,146,119). Sum of RGB (Red+Green+Blue) = 66+146+119=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #429277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429277 is #BD6D88. Grayscale: #777777. Windows color (decimal): -12414345 or 7836226. OLE color: 7836226.

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

Color convert

RGB66146119-
CMYK0.5500.180.43
HSL159.75º37.74%41.57%-
HSV(B)159.75º54.79%57.25%-
XYZ15.8623.0521.07-
YUV11912890.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=19.94%
G=44.11%
B=35.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661461190.5500.180.43159.7537.7441.57
Hex429277370122Ba0262a
Octal10222216767022532404652
Binary100001010010010111011111011101001010101110100000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429277; }

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

 H1.HeaderClassName
 {
   color: #429277;
 }
 .AnyTagClassName
 {
   color: #429277;
 }
</style>
background-color css

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

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

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

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

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

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