Html Css Color HEX #4B8472 Viridian

📋 copy color: '#4B8472'

red 75 ◦ green 132 ◦ blue 114

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

Shades of Viridian #4B8472

Tints of Viridian #4B8472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.12%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 23.36%
G = 41.12%
B = 35.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#4B8472 (or 0x4B8472) is known color: Viridian. HEX triplet: 4B, 84 and 72. RGB value is (75,132,114). Sum of RGB (Red+Green+Blue) = 75+132+114=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8472 is #B47B8D. Grayscale: #707070. Windows color (decimal): -11828110 or 7504971. OLE color: 7504971.

HSL color Cylindrical-coordinate representation of color #4B8472: hue angle of 161.05º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B8472 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 132 114 -
CMYK 0.43 0 0.14 0.48
HSL 161.05º 0.28% 0.41% -
HSV(B) 161.05º 0.43% 0.52% -
XYZ 14.19 19.21 18.88 -
YUV 112.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 75 132 114 0.43 0 0.14 0.48 161.05 0.28 0.41
Hex 4B 84 72 2B 0 E 30 A1 1C 29
Octal 113 204 162 53 0 16 60 241 34 51
Binary 1001011 10000100 1110010 101011 0 1110 110000 10100001 11100 101001

Color Harmonies of #4B8472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8472

Black with #4B8472

Text Example


Text Example

White with #4B8472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,132,114); }

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

background-color css

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

 a { background-color: rgb(75,132,114); }

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

border-color css

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

 span { border-color: rgb(75,132,114); }

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