#428269

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

Shades of Viridian #428269

Tints of Viridian #428269

Color information

#428269 (or 0x428269) is unknown color: approx Viridian. HEX triplet: 42, 82 and 69. RGB value is (66,130,105). Sum of RGB (Red+Green+Blue) = 66+130+105=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #428269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428269 is #BD7D96. Grayscale: #6C6C6C. Windows color (decimal): -12418455 or 6914626. OLE color: 6914626.

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

Color convert

RGB66130105-
CMYK0.4900.190.49
HSL156.56º32.65%38.43%-
HSV(B)156.56º49.23%50.98%-
XYZ12.7818.1416.19-
YUV108.01126.398.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=21.93%
G=43.19%
B=34.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301050.4900.190.49156.5632.6538.43
Hex42826931013319d2126
Octal10220215161023612354146
Binary100001010000010110100111000101001111000110011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428269; }

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

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

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

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

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

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

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

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