#428068

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

Shades of Viridian #428068

Tints of Viridian #428068

Color information

#428068 (or 0x428068) is unknown color: approx Viridian. HEX triplet: 42, 80 and 68. RGB value is (66,128,104). Sum of RGB (Red+Green+Blue) = 66+128+104=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #428068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428068 is #BD7F97. Grayscale: #6A6A6A. Windows color (decimal): -12418968 or 6848578. OLE color: 6848578.

HSL color Cylindrical-coordinate representation of color #428068: hue angle of 156.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428068 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB66128104-
CMYK0.4800.190.50
HSL156.77º31.96%38.04%-
HSV(B)156.77º48.44%50.2%-
XYZ12.4617.615.84-
YUV106.73126.4698.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=22.15%
G=42.95%
B=34.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661281040.4800.190.50156.7731.9638.04
Hex42806830013329d2026
Octal10220015060023622354046
Binary100001010000000110100011000001001111001010011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428068; }

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

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

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

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

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

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

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

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