Html Css Color HEX #4B5111 Verdun Green

📋 copy color: '#4B5111'

red 75 ◦ green 81 ◦ blue 17

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

Shades of Verdun Green #4B5111

Tints of Verdun Green #4B5111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

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

R = 43.35%
G = 46.82%
B = 9.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#4B5111 (or 0x4B5111) is known color: Verdun Green. HEX triplet: 4B, 51 and 11. RGB value is (75,81,17). Sum of RGB (Red+Green+Blue) = 75+81+17=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5111 is #B4AEEE. Grayscale: #484848. Windows color (decimal): -11841263 or 1134923. OLE color: 1134923.

HSL color Cylindrical-coordinate representation of color #4B5111: hue angle of 65.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B5111 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 81 17 -
CMYK 0.07 0 0.79 0.68
HSL 65.63º 0.65% 0.19% -
HSV(B) 65.63º 0.79% 0.32% -
XYZ 5.95 7.42 1.65 -
YUV 71.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 75 81 17 0.07 0 0.79 0.68 65.63 0.65 0.19
Hex 4B 51 11 7 0 4F 44 42 41 13
Octal 113 121 21 7 0 117 104 102 101 23
Binary 1001011 1010001 10001 111 0 1001111 1000100 1000010 1000001 10011

Color Harmonies of #4B5111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5111

Black with #4B5111

Text Example


Text Example

White with #4B5111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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