#4B6055

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

Shades of Viridian Green #4B6055

Tints of Viridian Green #4B6055

Color information

#4B6055 (or 0x4B6055) is unknown color: approx Viridian Green. HEX triplet: 4B, 60 and 55. RGB value is (75,96,85). Sum of RGB (Red+Green+Blue) = 75+96+85=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6055 is #B49FAA. Grayscale: #585858. Windows color (decimal): -11837355 or 5595211. OLE color: 5595211.

HSL color Cylindrical-coordinate representation of color #4B6055: hue angle of 148.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B6055 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB759685-
CMYK0.2200.110.62
HSL148.57º12.28%33.53%-
HSV(B)148.57º21.88%37.65%-
XYZ8.7210.5210.16-
YUV88.47126.04118.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=29.30%
G=37.5%
B=33.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596850.2200.110.62148.5712.2833.53
Hex4B6055160B3E95c22
Octal11314012526013762251442
Binary1001011110000010101011011001011111110100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,85); }

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

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

 a { background-color: rgb(75,96,85); }

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

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

 span { border-color: rgb(75,96,85); }

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