Html Css Color HEX #4B5000 Verdun Green

📋 copy color: '#4B5000'

red 75 ◦ green 80 ◦ blue 0

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

Shades of Verdun Green #4B5000

Tints of Verdun Green #4B5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

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

R = 48.39%
G = 51.61%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#4B5000 (or 0x4B5000) is known color: Verdun Green. HEX triplet: 4B, 50 and 00. RGB value is (75,80,0). Sum of RGB (Red+Green+Blue) = 75+80+0=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5000 is #B4AFFF. Grayscale: #454545. Windows color (decimal): -11841536 or 20555. OLE color: 20555.

HSL color Cylindrical-coordinate representation of color #4B5000: hue angle of 63.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B5000 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 80 0 -
CMYK 0.06 0 1 0.69
HSL 63.75º 1% 0.16% -
HSV(B) 63.75º 1% 0.31% -
XYZ 5.77 7.23 1.09 -
YUV 69.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 75 80 0 0.06 0 1 0.69 63.75 1 0.16
Hex 4B 50 0 6 0 64 45 40 64 10
Octal 113 120 0 6 0 144 105 100 144 20
Binary 1001011 1010000 0 110 0 1100100 1000101 1000000 1100100 10000

Color Harmonies of #4B5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5000

Black with #4B5000

Text Example


Text Example

White with #4B5000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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