Html Css Color HEX #4B8172 Viridian

📋 copy color: '#4B8172'

red 75 ◦ green 129 ◦ blue 114

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

Shades of Viridian #4B8172

Tints of Viridian #4B8172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.57%

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

R = 23.58%
G = 40.57%
B = 35.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#4B8172 (or 0x4B8172) is known color: Viridian. HEX triplet: 4B, 81 and 72. RGB value is (75,129,114). Sum of RGB (Red+Green+Blue) = 75+129+114=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #4B8172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8172 is #B47E8D. Grayscale: #6F6F6F. Windows color (decimal): -11828878 or 7504203. OLE color: 7504203.

HSL color Cylindrical-coordinate representation of color #4B8172: hue angle of 163.33º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B8172 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 129 114 -
CMYK 0.42 0 0.12 0.49
HSL 163.33º 0.26% 0.4% -
HSV(B) 163.33º 0.42% 0.51% -
XYZ 13.79 18.41 18.75 -
YUV 111.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 75 129 114 0.42 0 0.12 0.49 163.33 0.26 0.4
Hex 4B 81 72 2A 0 C 31 A3 1A 28
Octal 113 201 162 52 0 14 61 243 32 50
Binary 1001011 10000001 1110010 101010 0 1100 110001 10100011 11010 101000

Color Harmonies of #4B8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8172

Black with #4B8172

Text Example


Text Example

White with #4B8172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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