#4B8B75

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

Shades of Viridian #4B8B75

Tints of Viridian #4B8B75

Color information

#4B8B75 (or 0x4B8B75) is unknown color: approx Viridian. HEX triplet: 4B, 8B and 75. RGB value is (75,139,117). Sum of RGB (Red+Green+Blue) = 75+139+117=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8B75 is #B4748A. Grayscale: #757575. Windows color (decimal): -11826315 or 7703371. OLE color: 7703371.

HSL color Cylindrical-coordinate representation of color #4B8B75: hue angle of 159.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8B75 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB75139117-
CMYK0.4600.160.45
HSL159.38º29.91%41.96%-
HSV(B)159.38º46.04%54.51%-
XYZ15.3521.2520.12-
YUV117.36127.897.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=22.66%
G=41.99%
B=35.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751391170.4600.160.45159.3829.9141.96
Hex4B8B752E0102D9f1e2a
Octal11321316556020552373652
Binary10010111000101111101011011100100001011011001111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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