#428565

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

Shades of Viridian #428565

Tints of Viridian #428565

Color information

#428565 (or 0x428565) is unknown color: approx Viridian. HEX triplet: 42, 85 and 65. RGB value is (66,133,101). Sum of RGB (Red+Green+Blue) = 66+133+101=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #428565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428565 is #BD7A9A. Grayscale: #6D6D6D. Windows color (decimal): -12417691 or 6653250. OLE color: 6653250.

HSL color Cylindrical-coordinate representation of color #428565: hue angle of 151.34º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428565 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB66133101-
CMYK0.5000.240.48
HSL151.34º33.67%39.02%-
HSV(B)151.34º50.38%52.16%-
XYZ12.9818.8715.27-
YUV109.32123.397.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=22%
G=44.33%
B=33.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661331010.5000.240.48151.3433.6739.02
Hex4285653201830972227
Octal10220514562030602274247
Binary100001010000101110010111001001100011000010010111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428565; }

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

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

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

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

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

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

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

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