#4B906E

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

Shades of Viridian #4B906E

Tints of Viridian #4B906E

Color information

#4B906E (or 0x4B906E) is unknown color: approx Viridian. HEX triplet: 4B, 90 and 6E. RGB value is (75,144,110). Sum of RGB (Red+Green+Blue) = 75+144+110=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #4B906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B906E is #B46F91. Grayscale: #777777. Windows color (decimal): -11825042 or 7245899. OLE color: 7245899.

HSL color Cylindrical-coordinate representation of color #4B906E: hue angle of 150.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B906E is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB75144110-
CMYK0.4800.240.44
HSL150.43º31.51%42.94%-
HSV(B)150.43º47.92%56.47%-
XYZ15.6922.5718.28-
YUV119.49122.6496.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=22.80%
G=43.77%
B=33.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751441100.4800.240.44150.4331.5142.94
Hex4B906E300182C96202b
Octal11322015660030542264053
Binary100101110010000110111011000001100010110010010110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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