#428463

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

Shades of Viridian #428463

Tints of Viridian #428463

Color information

#428463 (or 0x428463) is unknown color: approx Viridian. HEX triplet: 42, 84 and 63. RGB value is (66,132,99). Sum of RGB (Red+Green+Blue) = 66+132+99=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #428463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428463 is #BD7B9C. Grayscale: #6C6C6C. Windows color (decimal): -12417949 or 6521922. OLE color: 6521922.

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

Color convert

RGB6613299-
CMYK0.500.250.48
HSL150º33.33%38.82%-
HSV(B)150º50%51.76%-
XYZ12.7518.5614.72-
YUV108.5122.6397.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=22.22%
G=44.44%
B=33.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132990.500.250.4815033.3338.82
Hex4284633201930962127
Octal10220414362031602264147
Binary100001010000100110001111001001100111000010010110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428463; }

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

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

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

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

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

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

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

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