#428468

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

Shades of Viridian #428468

Tints of Viridian #428468

Color information

#428468 (or 0x428468) is unknown color: approx Viridian. HEX triplet: 42, 84 and 68. RGB value is (66,132,104). Sum of RGB (Red+Green+Blue) = 66+132+104=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #428468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428468 is #BD7B97. Grayscale: #6D6D6D. Windows color (decimal): -12417944 or 6849602. OLE color: 6849602.

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

Color convert

RGB66132104-
CMYK0.500.210.48
HSL154.55º33.33%38.82%-
HSV(B)154.55º50%51.76%-
XYZ1318.6616.01-
YUV109.07125.1397.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=21.85%
G=43.71%
B=34.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321040.500.210.48154.5533.3338.82
Hex42846832015309b2127
Octal10220415062025602334147
Binary100001010000100110100011001001010111000010011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428468; }

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

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

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

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

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

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

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

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