#428275

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

Shades of Viridian #428275

Tints of Viridian #428275

Color information

#428275 (or 0x428275) is unknown color: approx Viridian. HEX triplet: 42, 82 and 75. RGB value is (66,130,117). Sum of RGB (Red+Green+Blue) = 66+130+117=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #428275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428275 is #BD7D8A. Grayscale: #6D6D6D. Windows color (decimal): -12418443 or 7701058. OLE color: 7701058.

HSL color Cylindrical-coordinate representation of color #428275: hue angle of 167.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428275 is Cyan = 0.49, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB66130117-
CMYK0.4900.10.49
HSL167.81º32.65%38.43%-
HSV(B)167.81º49.23%50.98%-
XYZ13.4418.4119.67-
YUV109.38132.397.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=21.09%
G=41.53%
B=37.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301170.4900.10.49167.8132.6538.43
Hex428275310A31a82126
Octal10220216561012612504146
Binary10000101000001011101011100010101011000110101000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428275; }

 p { color: rgb(66,130,117); }

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

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

 a { background-color: rgb(66,130,117); }

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

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

 span { border-color: rgb(66,130,117); }

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