Html Css Color HEX #4B5001 Verdun Green

📋 copy color: '#4B5001'

red 75 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #4B5001

Tints of Verdun Green #4B5001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 48.08%
G = 51.28%
B = 0.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#4B5001 (or 0x4B5001) is known color: Verdun Green. HEX triplet: 4B, 50 and 01. RGB value is (75,80,1). Sum of RGB (Red+Green+Blue) = 75+80+1=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5001 is #B4AFFE. Grayscale: #454545. Windows color (decimal): -11841535 or 86091. OLE color: 86091.

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

Color convert

RGB 75 80 1 -
CMYK 0.06 0 0.99 0.69
HSL 63.8º 0.98% 0.16% -
HSV(B) 63.8º 0.99% 0.31% -
XYZ 5.78 7.24 1.12 -
YUV 69.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 75 80 1 0.06 0 0.99 0.69 63.8 0.98 0.16
Hex 4B 50 1 6 0 63 45 40 62 10
Octal 113 120 1 6 0 143 105 100 142 20
Binary 1001011 1010000 1 110 0 1100011 1000101 1000000 1100010 10000

Color Harmonies of #4B5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5001

Black with #4B5001

Text Example


Text Example

White with #4B5001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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