#428167

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

Shades of Viridian #428167

Tints of Viridian #428167

Color information

#428167 (or 0x428167) is unknown color: approx Viridian. HEX triplet: 42, 81 and 67. RGB value is (66,129,103). Sum of RGB (Red+Green+Blue) = 66+129+103=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #428167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428167 is #BD7E98. Grayscale: #6B6B6B. Windows color (decimal): -12418713 or 6783298. OLE color: 6783298.

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

Color convert

RGB66129103-
CMYK0.4900.200.49
HSL155.24º32.31%38.24%-
HSV(B)155.24º48.84%50.59%-
XYZ12.5517.8415.61-
YUV107.2125.6398.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=22.15%
G=43.29%
B=34.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661291030.4900.200.49155.2432.3138.24
Hex42816731014319b2026
Octal10220114761024612334046
Binary100001010000001110011111000101010011000110011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428167; }

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

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

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

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

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

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

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

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