Html Css Color HEX #4B6001 Verdun Green

📋 copy color: '#4B6001'

red 75 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #4B6001

Tints of Verdun Green #4B6001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.81%

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

R = 43.6%
G = 55.81%
B = 0.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#4B6001 (or 0x4B6001) is known color: Verdun Green. HEX triplet: 4B, 60 and 01. RGB value is (75,96,1). Sum of RGB (Red+Green+Blue) = 75+96+1=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6001 is #B49FFE. Grayscale: #4F4F4F. Windows color (decimal): -11837439 or 90187. OLE color: 90187.

HSL color Cylindrical-coordinate representation of color #4B6001: hue angle of 73.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B6001 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 96 1 -
CMYK 0.22 0 0.99 0.62
HSL 73.26º 0.98% 0.19% -
HSV(B) 73.26º 0.99% 0.38% -
XYZ 7.09 9.86 1.56 -
YUV 78.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 75 96 1 0.22 0 0.99 0.62 73.26 0.98 0.19
Hex 4B 60 1 16 0 63 3E 49 62 13
Octal 113 140 1 26 0 143 76 111 142 23
Binary 1001011 1100000 1 10110 0 1100011 111110 1001001 1100010 10011

Color Harmonies of #4B6001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6001

Black with #4B6001

Text Example


Text Example

White with #4B6001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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