#428465

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

Shades of Viridian #428465

Tints of Viridian #428465

Color information

#428465 (or 0x428465) is unknown color: approx Viridian. HEX triplet: 42, 84 and 65. RGB value is (66,132,101). Sum of RGB (Red+Green+Blue) = 66+132+101=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #428465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428465 is #BD7B9A. Grayscale: #6C6C6C. Windows color (decimal): -12417947 or 6652994. OLE color: 6652994.

HSL color Cylindrical-coordinate representation of color #428465: hue angle of 151.82º degrees, saturation: 0.33, 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 #428465 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB66132101-
CMYK0.500.230.48
HSL151.82º33.33%38.82%-
HSV(B)151.82º50%51.76%-
XYZ12.8518.615.23-
YUV108.73123.6397.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=22.07%
G=44.15%
B=33.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321010.500.230.48151.8233.3338.82
Hex4284653201730982127
Octal10220414562027602304147
Binary100001010000100110010111001001011111000010011000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428465; }

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

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

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

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

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

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

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

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