Html Css Color HEX #4B8976 Viridian

📋 copy color: '#4B8976'

red 75 ◦ green 137 ◦ blue 118

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

Shades of Viridian #4B8976

Tints of Viridian #4B8976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

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

R = 22.73%
G = 41.52%
B = 35.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#4B8976 (or 0x4B8976) is known color: Viridian. HEX triplet: 4B, 89 and 76. RGB value is (75,137,118). Sum of RGB (Red+Green+Blue) = 75+137+118=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #4B8976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8976 is #B47689. Grayscale: #747474. Windows color (decimal): -11826826 or 7768395. OLE color: 7768395.

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

Color convert

RGB 75 137 118 -
CMYK 0.45 0 0.14 0.46
HSL 161.61º 0.29% 0.42% -
HSV(B) 161.61º 0.45% 0.54% -
XYZ 15.12 20.7 20.34 -
YUV 116.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 75 137 118 0.45 0 0.14 0.46 161.61 0.29 0.42
Hex 4B 89 76 2D 0 E 2E A2 1D 2A
Octal 113 211 166 55 0 16 56 242 35 52
Binary 1001011 10001001 1110110 101101 0 1110 101110 10100010 11101 101010

Color Harmonies of #4B8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8976

Black with #4B8976

Text Example


Text Example

White with #4B8976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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