#4B816C

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

Shades of Viridian #4B816C

Tints of Viridian #4B816C

Color information

#4B816C (or 0x4B816C) is unknown color: approx Viridian. HEX triplet: 4B, 81 and 6C. RGB value is (75,129,108). Sum of RGB (Red+Green+Blue) = 75+129+108=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #4B816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B816C is #B47E93. Grayscale: #6E6E6E. Windows color (decimal): -11828884 or 7110987. OLE color: 7110987.

HSL color Cylindrical-coordinate representation of color #4B816C: hue angle of 156.67º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B816C is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB75129108-
CMYK0.4200.160.49
HSL156.67º26.47%40%-
HSV(B)156.67º41.86%50.59%-
XYZ13.4618.2817.01-
YUV110.46126.61102.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=24.04%
G=41.35%
B=34.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal751291080.4200.160.49156.6726.4740
Hex4B816C2A010319d1a28
Octal11320115452020612353250
Binary10010111000000111011001010100100001100011001110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B816C; }

 p { color: rgb(75,129,108); }

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

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

 a { background-color: rgb(75,129,108); }

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

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

 span { border-color: rgb(75,129,108); }

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