#428478

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

Shades of Viridian #428478

Tints of Viridian #428478

Color information

#428478 (or 0x428478) is unknown color: approx Viridian. HEX triplet: 42, 84 and 78. RGB value is (66,132,120). Sum of RGB (Red+Green+Blue) = 66+132+120=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #428478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428478 is #BD7B87. Grayscale: #6E6E6E. Windows color (decimal): -12417928 or 7898178. OLE color: 7898178.

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

Color convert

RGB66132120-
CMYK0.500.090.48
HSL169.09º33.33%38.82%-
HSV(B)169.09º50%51.76%-
XYZ13.8919.0220.71-
YUV110.9133.1395.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=20.75%
G=41.51%
B=37.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321200.500.090.48169.0933.3338.82
Hex428478320930a92127
Octal10220417062011602514147
Binary10000101000010011110001100100100111000010101001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428478; }

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

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

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

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

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

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

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

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