Html Css Color HEX #4B816C Viridian

📋 copy color: '#4B816C'

red 75 ◦ green 129 ◦ blue 108

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

Shades of Viridian #4B816C

Tints of Viridian #4B816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 24.04%
G = 41.35%
B = 34.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#4B816C (or 0x4B816C) is known color: Viridian. HEX triplet: 4B, 81 and 6C. RGB value is (75,129,108). Sum of RGB (Red+Green+Blue) = 75+129+108=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #4B816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B816C is #B47E93. Grayscale: #6E6E6E. Windows color (decimal): -11828884 or 7110987. OLE color: 7110987.

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

Color convert

RGB 75 129 108 -
CMYK 0.42 0 0.16 0.49
HSL 156.67º 0.26% 0.4% -
HSV(B) 156.67º 0.42% 0.51% -
XYZ 13.46 18.28 17.01 -
YUV 110.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 75 129 108 0.42 0 0.16 0.49 156.67 0.26 0.4
Hex 4B 81 6C 2A 0 10 31 9D 1A 28
Octal 113 201 154 52 0 20 61 235 32 50
Binary 1001011 10000001 1101100 101010 0 10000 110001 10011101 11010 101000

Color Harmonies of #4B816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B816C

Black with #4B816C

Text Example


Text Example

White with #4B816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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