Html Css Color HEX #4B6215 Verdun Green

📋 copy color: '#4B6215'

red 75 ◦ green 98 ◦ blue 21

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

Shades of Verdun Green #4B6215

Tints of Verdun Green #4B6215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.52%

 BLUE value IS 21 (8.59% from 255) = 10.82%

R = 38.66%
G = 50.52%
B = 10.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#4B6215 (or 0x4B6215) is known color: Verdun Green. HEX triplet: 4B, 62 and 15. RGB value is (75,98,21). Sum of RGB (Red+Green+Blue) = 75+98+21=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6215 is #B49DEA. Grayscale: #525252. Windows color (decimal): -11836907 or 1401419. OLE color: 1401419.

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

Color convert

RGB 75 98 21 -
CMYK 0.23 0 0.79 0.62
HSL 77.92º 0.65% 0.23% -
HSV(B) 77.92º 0.79% 0.38% -
XYZ 7.4 10.29 2.3 -
YUV 82.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 75 98 21 0.23 0 0.79 0.62 77.92 0.65 0.23
Hex 4B 62 15 17 0 4F 3E 4E 41 17
Octal 113 142 25 27 0 117 76 116 101 27
Binary 1001011 1100010 10101 10111 0 1001111 111110 1001110 1000001 10111

Color Harmonies of #4B6215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6215

Black with #4B6215

Text Example


Text Example

White with #4B6215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,98,21); }

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

background-color css

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

 a { background-color: rgb(75,98,21); }

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

border-color css

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

 span { border-color: rgb(75,98,21); }

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