Html Css Color HEX #4B896D Viridian

📋 copy color: '#4B896D'

red 75 ◦ green 137 ◦ blue 109

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

Shades of Viridian #4B896D

Tints of Viridian #4B896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 23.36%
G = 42.68%
B = 33.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#4B896D (or 0x4B896D) is known color: Viridian. HEX triplet: 4B, 89 and 6D. RGB value is (75,137,109). Sum of RGB (Red+Green+Blue) = 75+137+109=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #4B896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B896D is #B47692. Grayscale: #737373. Windows color (decimal): -11826835 or 7178571. OLE color: 7178571.

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

Color convert

RGB 75 137 109 -
CMYK 0.45 0 0.20 0.46
HSL 152.9º 0.29% 0.42% -
HSV(B) 152.9º 0.45% 0.54% -
XYZ 14.61 20.49 17.65 -
YUV 115.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 75 137 109 0.45 0 0.20 0.46 152.9 0.29 0.42
Hex 4B 89 6D 2D 0 14 2E 99 1D 2A
Octal 113 211 155 55 0 24 56 231 35 52
Binary 1001011 10001001 1101101 101101 0 10100 101110 10011001 11101 101010

Color Harmonies of #4B896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B896D

Black with #4B896D

Text Example


Text Example

White with #4B896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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