Html Css Color HEX #4B5511 Verdun Green

📋 copy color: '#4B5511'

red 75 ◦ green 85 ◦ blue 17

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

Shades of Verdun Green #4B5511

Tints of Verdun Green #4B5511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

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

R = 42.37%
G = 48.02%
B = 9.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#4B5511 (or 0x4B5511) is known color: Verdun Green. HEX triplet: 4B, 55 and 11. RGB value is (75,85,17). Sum of RGB (Red+Green+Blue) = 75+85+17=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5511 is #B4AAEE. Grayscale: #4A4A4A. Windows color (decimal): -11840239 or 1135947. OLE color: 1135947.

HSL color Cylindrical-coordinate representation of color #4B5511: hue angle of 68.82º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B5511 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 85 17 -
CMYK 0.12 0 0.80 0.67
HSL 68.82º 0.67% 0.2% -
HSV(B) 68.82º 0.8% 0.33% -
XYZ 6.25 8.03 1.75 -
YUV 74.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 75 85 17 0.12 0 0.80 0.67 68.82 0.67 0.2
Hex 4B 55 11 C 0 50 43 45 43 14
Octal 113 125 21 14 0 120 103 105 103 24
Binary 1001011 1010101 10001 1100 0 1010000 1000011 1000101 1000011 10100

Color Harmonies of #4B5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5511

Black with #4B5511

Text Example


Text Example

White with #4B5511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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