#4B8C6E

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

Shades of Viridian #4B8C6E

Tints of Viridian #4B8C6E

Color information

#4B8C6E (or 0x4B8C6E) is unknown color: approx Viridian. HEX triplet: 4B, 8C and 6E. RGB value is (75,140,110). Sum of RGB (Red+Green+Blue) = 75+140+110=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #4B8C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8C6E is #B47391. Grayscale: #757575. Windows color (decimal): -11826066 or 7244875. OLE color: 7244875.

HSL color Cylindrical-coordinate representation of color #4B8C6E: hue angle of 152.31º 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 #4B8C6E is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB75140110-
CMYK0.4600.210.45
HSL152.31º30.23%42.16%-
HSV(B)152.31º46.43%54.9%-
XYZ15.0921.3818.08-
YUV117.14123.9797.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 140 (55.08% from 255) = 43.08%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=23.08%
G=43.08%
B=33.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751401100.4600.210.45152.3130.2342.16
Hex4B8C6E2E0152D981e2a
Octal11321415656025552303652
Binary10010111000110011011101011100101011011011001100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,140,110); }

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

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

 a { background-color: rgb(75,140,110); }

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

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

 span { border-color: rgb(75,140,110); }

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