Html Css Color HEX #4B6601 Verdun Green

📋 copy color: '#4B6601'

red 75 ◦ green 102 ◦ blue 1

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

Shades of Verdun Green #4B6601

Tints of Verdun Green #4B6601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.3%

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

R = 42.13%
G = 57.3%
B = 0.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#4B6601 (or 0x4B6601) is known color: Verdun Green. HEX triplet: 4B, 66 and 01. RGB value is (75,102,1). Sum of RGB (Red+Green+Blue) = 75+102+1=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #4B6601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6601 is #B499FE. Grayscale: #525252. Windows color (decimal): -11835903 or 91723. OLE color: 91723.

HSL color Cylindrical-coordinate representation of color #4B6601: hue angle of 76.04º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B6601 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 102 1 -
CMYK 0.26 0 0.99 0.6
HSL 76.04º 0.98% 0.2% -
HSV(B) 76.04º 0.99% 0.4% -
XYZ 7.66 11 1.75 -
YUV 82.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 75 102 1 0.26 0 0.99 0.6 76.04 0.98 0.2
Hex 4B 66 1 1A 0 63 3C 4C 62 14
Octal 113 146 1 32 0 143 74 114 142 24
Binary 1001011 1100110 1 11010 0 1100011 111100 1001100 1100010 10100

Color Harmonies of #4B6601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6601

Black with #4B6601

Text Example


Text Example

White with #4B6601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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