Html Css Color HEX #4B9376 Viridian

📋 copy color: '#4B9376'

red 75 ◦ green 147 ◦ blue 118

#4B9376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #4B9376

Tints of Viridian #4B9376

RGB

 RED value IS 75 (29.69% from 255) = 22.06%

 GREEN value IS 147 (57.81% from 255) = 43.24%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 22.06%
G = 43.24%
B = 34.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#4B9376 (or 0x4B9376) is known color: Viridian. HEX triplet: 4B, 93 and 76. RGB value is (75,147,118). Sum of RGB (Red+Green+Blue) = 75+147+118=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9376 is #B46C89. Grayscale: #7A7A7A. Windows color (decimal): -11824266 or 7770955. OLE color: 7770955.

HSL color Cylindrical-coordinate representation of color #4B9376: hue angle of 155.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B9376 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 147 118 -
CMYK 0.49 0 0.20 0.42
HSL 155.83º 0.32% 0.44% -
HSV(B) 155.83º 0.49% 0.58% -
XYZ 16.61 23.67 20.83 -
YUV 122.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 75 147 118 0.49 0 0.20 0.42 155.83 0.32 0.44
Hex 4B 93 76 31 0 14 2A 9C 20 2C
Octal 113 223 166 61 0 24 52 234 40 54
Binary 1001011 10010011 1110110 110001 0 10100 101010 10011100 100000 101100

Color Harmonies of #4B9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9376

Black with #4B9376

Text Example


Text Example

White with #4B9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,147,118); }

 H1.HeaderClassName
 {
   color: #4B9376;
 }
 .AnyTagClassName
 {
   color: #4B9376;
 }
</style>

background-color css

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

 a { background-color: rgb(75,147,118); }

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

border-color css

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

 span { border-color: rgb(75,147,118); }

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