Html Css Color HEX #4B6117 Verdun Green

📋 copy color: '#4B6117'

red 75 ◦ green 97 ◦ blue 23

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

Shades of Verdun Green #4B6117

Tints of Verdun Green #4B6117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.74%

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

R = 38.46%
G = 49.74%
B = 11.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#4B6117 (or 0x4B6117) is known color: Verdun Green. HEX triplet: 4B, 61 and 17. RGB value is (75,97,23). Sum of RGB (Red+Green+Blue) = 75+97+23=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6117 is #B49EE8. Grayscale: #525252. Windows color (decimal): -11837161 or 1532235. OLE color: 1532235.

HSL color Cylindrical-coordinate representation of color #4B6117: hue angle of 77.84º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B6117 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 97 23 -
CMYK 0.23 0 0.76 0.62
HSL 77.84º 0.62% 0.24% -
HSV(B) 77.84º 0.76% 0.38% -
XYZ 7.33 10.11 2.38 -
YUV 81.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 75 97 23 0.23 0 0.76 0.62 77.84 0.62 0.24
Hex 4B 61 17 17 0 4C 3E 4E 3E 18
Octal 113 141 27 27 0 114 76 116 76 30
Binary 1001011 1100001 10111 10111 0 1001100 111110 1001110 111110 11000

Color Harmonies of #4B6117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6117

Black with #4B6117

Text Example


Text Example

White with #4B6117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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