#428171

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

Shades of Viridian #428171

Tints of Viridian #428171

Color information

#428171 (or 0x428171) is unknown color: approx Viridian. HEX triplet: 42, 81 and 71. RGB value is (66,129,113). Sum of RGB (Red+Green+Blue) = 66+129+113=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #428171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428171 is #BD7E8E. Grayscale: #6C6C6C. Windows color (decimal): -12418703 or 7438658. OLE color: 7438658.

HSL color Cylindrical-coordinate representation of color #428171: hue angle of 164.76º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428171 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB66129113-
CMYK0.4900.120.49
HSL164.76º32.31%38.24%-
HSV(B)164.76º48.84%50.59%-
XYZ13.0818.0518.42-
YUV108.34130.6397.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=21.43%
G=41.88%
B=36.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661291130.4900.120.49164.7632.3138.24
Hex428171310C31a52026
Octal10220116161014612454046
Binary10000101000000111100011100010110011000110100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428171; }

 p { color: rgb(66,129,113); }

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

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

 a { background-color: rgb(66,129,113); }

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

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

 span { border-color: rgb(66,129,113); }

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