Html Css Color HEX #4B6811 Verdun Green

📋 copy color: '#4B6811'

red 75 ◦ green 104 ◦ blue 17

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

Shades of Verdun Green #4B6811

Tints of Verdun Green #4B6811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.06%

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 38.27%
G = 53.06%
B = 8.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#4B6811 (or 0x4B6811) is known color: Verdun Green. HEX triplet: 4B, 68 and 11. RGB value is (75,104,17). Sum of RGB (Red+Green+Blue) = 75+104+17=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6811 is #B497EE. Grayscale: #555555. Windows color (decimal): -11835375 or 1140811. OLE color: 1140811.

HSL color Cylindrical-coordinate representation of color #4B6811: hue angle of 80º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B6811 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 104 17 -
CMYK 0.28 0 0.84 0.59
HSL 80º 0.72% 0.24% -
HSV(B) 80º 0.84% 0.41% -
XYZ 7.95 11.44 2.32 -
YUV 85.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 75 104 17 0.28 0 0.84 0.59 80 0.72 0.24
Hex 4B 68 11 1C 0 54 3B 50 48 18
Octal 113 150 21 34 0 124 73 120 110 30
Binary 1001011 1101000 10001 11100 0 1010100 111011 1010000 1001000 11000

Color Harmonies of #4B6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6811

Black with #4B6811

Text Example


Text Example

White with #4B6811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,104,17); }

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

background-color css

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

 a { background-color: rgb(75,104,17); }

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

border-color css

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

 span { border-color: rgb(75,104,17); }

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