Html Css Color HEX #4B7205 Verdun Green

📋 copy color: '#4B7205'

red 75 ◦ green 114 ◦ blue 5

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

Shades of Verdun Green #4B7205

Tints of Verdun Green #4B7205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 58.76%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 38.66%
G = 58.76%
B = 2.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#4B7205 (or 0x4B7205) is known color: Verdun Green. HEX triplet: 4B, 72 and 05. RGB value is (75,114,5). Sum of RGB (Red+Green+Blue) = 75+114+5=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7205 is #B48DFA. Grayscale: #5A5A5A. Windows color (decimal): -11832827 or 356939. OLE color: 356939.

HSL color Cylindrical-coordinate representation of color #4B7205: hue angle of 81.47º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B7205 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 114 5 -
CMYK 0.34 0 0.96 0.55
HSL 81.47º 0.92% 0.23% -
HSV(B) 81.47º 0.96% 0.45% -
XYZ 8.95 13.54 2.29 -
YUV 89.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 75 114 5 0.34 0 0.96 0.55 81.47 0.92 0.23
Hex 4B 72 5 22 0 60 37 51 5C 17
Octal 113 162 5 42 0 140 67 121 134 27
Binary 1001011 1110010 101 100010 0 1100000 110111 1010001 1011100 10111

Color Harmonies of #4B7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7205

Black with #4B7205

Text Example


Text Example

White with #4B7205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,114,5); }

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

background-color css

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

 a { background-color: rgb(75,114,5); }

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

border-color css

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

 span { border-color: rgb(75,114,5); }

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