#428165

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

Shades of Viridian #428165

Tints of Viridian #428165

Color information

#428165 (or 0x428165) is unknown color: approx Viridian. HEX triplet: 42, 81 and 65. RGB value is (66,129,101). Sum of RGB (Red+Green+Blue) = 66+129+101=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #428165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428165 is #BD7E9A. Grayscale: #6B6B6B. Windows color (decimal): -12418715 or 6652226. OLE color: 6652226.

HSL color Cylindrical-coordinate representation of color #428165: hue angle of 153.33º 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 #428165 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB66129101-
CMYK0.4900.220.49
HSL153.33º32.31%38.24%-
HSV(B)153.33º48.84%50.59%-
XYZ12.4517.815.09-
YUV106.97124.6398.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 129 (50.78% from 255) = 43.58%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=22.30%
G=43.58%
B=34.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661291010.4900.220.49153.3332.3138.24
Hex4281653101631992026
Octal10220114561026612314046
Binary100001010000001110010111000101011011000110011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428165; }

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

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

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

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

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

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

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

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