Html Css Color HEX #4B816B Viridian

📋 copy color: '#4B816B'

red 75 ◦ green 129 ◦ blue 107

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

Shades of Viridian #4B816B

Tints of Viridian #4B816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 24.12%
G = 41.48%
B = 34.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#4B816B (or 0x4B816B) is known color: Viridian. HEX triplet: 4B, 81 and 6B. RGB value is (75,129,107). Sum of RGB (Red+Green+Blue) = 75+129+107=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #4B816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B816B is #B47E94. Grayscale: #6E6E6E. Windows color (decimal): -11828885 or 7045451. OLE color: 7045451.

HSL color Cylindrical-coordinate representation of color #4B816B: hue angle of 155.56º 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 #4B816B is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 129 107 -
CMYK 0.42 0 0.17 0.49
HSL 155.56º 0.26% 0.4% -
HSV(B) 155.56º 0.42% 0.51% -
XYZ 13.41 18.26 16.73 -
YUV 110.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 75 129 107 0.42 0 0.17 0.49 155.56 0.26 0.4
Hex 4B 81 6B 2A 0 11 31 9C 1A 28
Octal 113 201 153 52 0 21 61 234 32 50
Binary 1001011 10000001 1101011 101010 0 10001 110001 10011100 11010 101000

Color Harmonies of #4B816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B816B

Black with #4B816B

Text Example


Text Example

White with #4B816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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