Html Css Color HEX #4B5912 Verdun Green

📋 copy color: '#4B5912'

red 75 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #4B5912

Tints of Verdun Green #4B5912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.9%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 41.21%
G = 48.9%
B = 9.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#4B5912 (or 0x4B5912) is known color: Verdun Green. HEX triplet: 4B, 59 and 12. RGB value is (75,89,18). Sum of RGB (Red+Green+Blue) = 75+89+18=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5912 is #B4A6ED. Grayscale: #4C4C4C. Windows color (decimal): -11839214 or 1202507. OLE color: 1202507.

HSL color Cylindrical-coordinate representation of color #4B5912: hue angle of 71.83º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B5912 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 89 18 -
CMYK 0.16 0 0.80 0.65
HSL 71.83º 0.66% 0.21% -
HSV(B) 71.83º 0.8% 0.35% -
XYZ 6.58 8.68 1.9 -
YUV 76.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 75 89 18 0.16 0 0.80 0.65 71.83 0.66 0.21
Hex 4B 59 12 10 0 50 41 48 42 15
Octal 113 131 22 20 0 120 101 110 102 25
Binary 1001011 1011001 10010 10000 0 1010000 1000001 1001000 1000010 10101

Color Harmonies of #4B5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5912

Black with #4B5912

Text Example


Text Example

White with #4B5912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,89,18); }

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

background-color css

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

 a { background-color: rgb(75,89,18); }

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

border-color css

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

 span { border-color: rgb(75,89,18); }

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