#428B75

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

Shades of Viridian #428B75

Tints of Viridian #428B75

Color information

#428B75 (or 0x428B75) is unknown color: approx Viridian. HEX triplet: 42, 8B and 75. RGB value is (66,139,117). Sum of RGB (Red+Green+Blue) = 66+139+117=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #428B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B75 is #BD748A. Grayscale: #727272. Windows color (decimal): -12416139 or 7703362. OLE color: 7703362.

HSL color Cylindrical-coordinate representation of color #428B75: hue angle of 161.92º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B75 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB66139117-
CMYK0.5300.160.45
HSL161.92º35.61%40.2%-
HSV(B)161.92º52.52%54.51%-
XYZ14.6920.9120.09-
YUV114.66129.3293.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=20.50%
G=43.17%
B=36.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661391170.5300.160.45161.9235.6140.2
Hex428B75350102Da22428
Octal10221316565020552424450
Binary100001010001011111010111010101000010110110100010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428B75; }

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

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

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

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

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

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

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

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