Html Css Color HEX #4B6800 Verdun Green

📋 copy color: '#4B6800'

red 75 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #4B6800

Tints of Verdun Green #4B6800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.9%
G = 58.1%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#4B6800 (or 0x4B6800) is known color: Verdun Green. HEX triplet: 4B, 68 and 00. RGB value is (75,104,0). Sum of RGB (Red+Green+Blue) = 75+104+0=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6800 is #B497FF. Grayscale: #535353. Windows color (decimal): -11835392 or 26699. OLE color: 26699.

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

Color convert

RGB 75 104 0 -
CMYK 0.28 0 1 0.59
HSL 76.73º 1% 0.2% -
HSV(B) 76.73º 1% 0.41% -
XYZ 7.85 11.4 1.79 -
YUV 83.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 75 104 0 0.28 0 1 0.59 76.73 1 0.2
Hex 4B 68 0 1C 0 64 3B 4D 64 14
Octal 113 150 0 34 0 144 73 115 144 24
Binary 1001011 1101000 0 11100 0 1100100 111011 1001101 1100100 10100

Color Harmonies of #4B6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6800

Black with #4B6800

Text Example


Text Example

White with #4B6800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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