Html Css Color HEX #4B6020 Verdun Green

📋 copy color: '#4B6020'

red 75 ◦ green 96 ◦ blue 32

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

Shades of Verdun Green #4B6020

Tints of Verdun Green #4B6020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.29%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 36.95%
G = 47.29%
B = 15.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#4B6020 (or 0x4B6020) is known color: Verdun Green. HEX triplet: 4B, 60 and 20. RGB value is (75,96,32). Sum of RGB (Red+Green+Blue) = 75+96+32=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6020 is #B49FDF. Grayscale: #525252. Windows color (decimal): -11837408 or 2121803. OLE color: 2121803.

HSL color Cylindrical-coordinate representation of color #4B6020: hue angle of 79.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B6020 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 96 32 -
CMYK 0.22 0 0.67 0.62
HSL 79.69º 0.5% 0.25% -
HSV(B) 79.69º 0.67% 0.38% -
XYZ 7.35 9.97 2.9 -
YUV 82.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 75 96 32 0.22 0 0.67 0.62 79.69 0.5 0.25
Hex 4B 60 20 16 0 43 3E 50 32 19
Octal 113 140 40 26 0 103 76 120 62 31
Binary 1001011 1100000 100000 10110 0 1000011 111110 1010000 110010 11001

Color Harmonies of #4B6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6020

Black with #4B6020

Text Example


Text Example

White with #4B6020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,96,32); }

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

background-color css

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

 a { background-color: rgb(75,96,32); }

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

border-color css

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

 span { border-color: rgb(75,96,32); }

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