#428270

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

Shades of Viridian #428270

Tints of Viridian #428270

Color information

#428270 (or 0x428270) is unknown color: approx Viridian. HEX triplet: 42, 82 and 70. RGB value is (66,130,112). Sum of RGB (Red+Green+Blue) = 66+130+112=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #428270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428270 is #BD7D8F. Grayscale: #6C6C6C. Windows color (decimal): -12418448 or 7373378. OLE color: 7373378.

HSL color Cylindrical-coordinate representation of color #428270: hue angle of 163.12º degrees, saturation: 0.33, 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 #428270 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB66130112-
CMYK0.4900.140.49
HSL163.12º32.65%38.43%-
HSV(B)163.12º49.23%50.98%-
XYZ13.1518.2918.17-
YUV108.81129.897.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=21.43%
G=42.21%
B=36.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301120.4900.140.49163.1232.6538.43
Hex428270310E31a32126
Octal10220216061016612434146
Binary10000101000001011100001100010111011000110100011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428270; }

 p { color: rgb(66,130,112); }

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

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

 a { background-color: rgb(66,130,112); }

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

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

 span { border-color: rgb(66,130,112); }

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