#428568

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

Shades of Viridian #428568

Tints of Viridian #428568

Color information

#428568 (or 0x428568) is unknown color: approx Viridian. HEX triplet: 42, 85 and 68. RGB value is (66,133,104). Sum of RGB (Red+Green+Blue) = 66+133+104=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #428568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428568 is #BD7A97. Grayscale: #6D6D6D. Windows color (decimal): -12417688 or 6849858. OLE color: 6849858.

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

Color convert

RGB66133104-
CMYK0.5000.220.48
HSL154.03º33.67%39.02%-
HSV(B)154.03º50.38%52.16%-
XYZ13.1318.9316.06-
YUV109.66124.896.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=21.78%
G=43.89%
B=34.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661331040.5000.220.48154.0333.6739.02
Hex42856832016309a2227
Octal10220515062026602324247
Binary100001010000101110100011001001011011000010011010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428568; }

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

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

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

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

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

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

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

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