Html Css Color HEX #4B6805 Verdun Green

📋 copy color: '#4B6805'

red 75 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #4B6805

Tints of Verdun Green #4B6805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.52%

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

R = 40.76%
G = 56.52%
B = 2.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#4B6805 (or 0x4B6805) is known color: Verdun Green. HEX triplet: 4B, 68 and 05. RGB value is (75,104,5). Sum of RGB (Red+Green+Blue) = 75+104+5=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6805 is #B497FA. Grayscale: #545454. Windows color (decimal): -11835387 or 354379. OLE color: 354379.

HSL color Cylindrical-coordinate representation of color #4B6805: hue angle of 77.58º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B6805 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 104 5 -
CMYK 0.28 0 0.95 0.59
HSL 77.58º 0.91% 0.21% -
HSV(B) 77.58º 0.95% 0.41% -
XYZ 7.88 11.41 1.93 -
YUV 84.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 75 104 5 0.28 0 0.95 0.59 77.58 0.91 0.21
Hex 4B 68 5 1C 0 5F 3B 4E 5B 15
Octal 113 150 5 34 0 137 73 116 133 25
Binary 1001011 1101000 101 11100 0 1011111 111011 1001110 1011011 10101

Color Harmonies of #4B6805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6805

Black with #4B6805

Text Example


Text Example

White with #4B6805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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