#428265

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

Shades of Viridian #428265

Tints of Viridian #428265

Color information

#428265 (or 0x428265) is unknown color: approx Viridian. HEX triplet: 42, 82 and 65. RGB value is (66,130,101). Sum of RGB (Red+Green+Blue) = 66+130+101=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #428265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428265 is #BD7D9A. Grayscale: #6B6B6B. Windows color (decimal): -12418459 or 6652482. OLE color: 6652482.

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

Color convert

RGB66130101-
CMYK0.4900.220.49
HSL152.81º32.65%38.43%-
HSV(B)152.81º49.23%50.98%-
XYZ12.5818.0615.14-
YUV107.56124.398.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=22.22%
G=43.77%
B=34.01%

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
Decimal661301010.4900.220.49152.8132.6538.43
Hex4282653101631992126
Octal10220214561026612314146
Binary100001010000010110010111000101011011000110011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428265; }

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

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

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

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

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

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

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

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