Html Css Color HEX #4B5213 Verdun Green

📋 copy color: '#4B5213'

red 75 ◦ green 82 ◦ blue 19

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

Shades of Verdun Green #4B5213

Tints of Verdun Green #4B5213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.59%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 42.61%
G = 46.59%
B = 10.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#4B5213 (or 0x4B5213) is known color: Verdun Green. HEX triplet: 4B, 52 and 13. RGB value is (75,82,19). Sum of RGB (Red+Green+Blue) = 75+82+19=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5213 is #B4ADEC. Grayscale: #484848. Windows color (decimal): -11841005 or 1266251. OLE color: 1266251.

HSL color Cylindrical-coordinate representation of color #4B5213: hue angle of 66.67º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B5213 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 82 19 -
CMYK 0.09 0 0.77 0.68
HSL 66.67º 0.62% 0.2% -
HSV(B) 66.67º 0.77% 0.32% -
XYZ 6.04 7.58 1.76 -
YUV 72.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 75 82 19 0.09 0 0.77 0.68 66.67 0.62 0.2
Hex 4B 52 13 9 0 4D 44 43 3E 14
Octal 113 122 23 11 0 115 104 103 76 24
Binary 1001011 1010010 10011 1001 0 1001101 1000100 1000011 111110 10100

Color Harmonies of #4B5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5213

Black with #4B5213

Text Example


Text Example

White with #4B5213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,82,19); }

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

background-color css

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

 a { background-color: rgb(75,82,19); }

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

border-color css

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

 span { border-color: rgb(75,82,19); }

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