Html Css Color HEX #4B896F Viridian

📋 copy color: '#4B896F'

red 75 ◦ green 137 ◦ blue 111

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

Shades of Viridian #4B896F

Tints of Viridian #4B896F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 23.22%
G = 42.41%
B = 34.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#4B896F (or 0x4B896F) is known color: Viridian. HEX triplet: 4B, 89 and 6F. RGB value is (75,137,111). Sum of RGB (Red+Green+Blue) = 75+137+111=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #4B896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B896F is #B47690. Grayscale: #737373. Windows color (decimal): -11826833 or 7309643. OLE color: 7309643.

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

Color convert

RGB 75 137 111 -
CMYK 0.45 0 0.19 0.46
HSL 154.84º 0.29% 0.42% -
HSV(B) 154.84º 0.45% 0.54% -
XYZ 14.72 20.53 18.23 -
YUV 115.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 75 137 111 0.45 0 0.19 0.46 154.84 0.29 0.42
Hex 4B 89 6F 2D 0 13 2E 9B 1D 2A
Octal 113 211 157 55 0 23 56 233 35 52
Binary 1001011 10001001 1101111 101101 0 10011 101110 10011011 11101 101010

Color Harmonies of #4B896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B896F

Black with #4B896F

Text Example


Text Example

White with #4B896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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