Html Css Color HEX #4B5116 Verdun Green

📋 copy color: '#4B5116'

red 75 ◦ green 81 ◦ blue 22

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

Shades of Verdun Green #4B5116

Tints of Verdun Green #4B5116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 42.13%
G = 45.51%
B = 12.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#4B5116 (or 0x4B5116) is known color: Verdun Green. HEX triplet: 4B, 51 and 16. RGB value is (75,81,22). Sum of RGB (Red+Green+Blue) = 75+81+22=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5116 is #B4AEE9. Grayscale: #484848. Windows color (decimal): -11841258 or 1462603. OLE color: 1462603.

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

Color convert

RGB 75 81 22 -
CMYK 0.07 0 0.73 0.68
HSL 66.1º 0.57% 0.2% -
HSV(B) 66.1º 0.73% 0.32% -
XYZ 5.99 7.44 1.88 -
YUV 72.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 75 81 22 0.07 0 0.73 0.68 66.1 0.57 0.2
Hex 4B 51 16 7 0 49 44 42 39 14
Octal 113 121 26 7 0 111 104 102 71 24
Binary 1001011 1010001 10110 111 0 1001001 1000100 1000010 111001 10100

Color Harmonies of #4B5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5116

Black with #4B5116

Text Example


Text Example

White with #4B5116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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