Html Css Color HEX #4B5117 Verdun Green

📋 copy color: '#4B5117'

red 75 ◦ green 81 ◦ blue 23

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

Shades of Verdun Green #4B5117

Tints of Verdun Green #4B5117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.85%

R = 41.9%
G = 45.25%
B = 12.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#4B5117 (or 0x4B5117) is known color: Verdun Green. HEX triplet: 4B, 51 and 17. RGB value is (75,81,23). Sum of RGB (Red+Green+Blue) = 75+81+23=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5117 is #B4AEE8. Grayscale: #484848. Windows color (decimal): -11841257 or 1528139. OLE color: 1528139.

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

Color convert

RGB 75 81 23 -
CMYK 0.07 0 0.72 0.68
HSL 66.21º 0.56% 0.2% -
HSV(B) 66.21º 0.72% 0.32% -
XYZ 6 7.44 1.93 -
YUV 72.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 75 81 23 0.07 0 0.72 0.68 66.21 0.56 0.2
Hex 4B 51 17 7 0 48 44 42 38 14
Octal 113 121 27 7 0 110 104 102 70 24
Binary 1001011 1010001 10111 111 0 1001000 1000100 1000010 111000 10100

Color Harmonies of #4B5117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5117

Black with #4B5117

Text Example


Text Example

White with #4B5117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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