Html Css Color HEX #4B6201 Verdun Green

📋 copy color: '#4B6201'

red 75 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #4B6201

Tints of Verdun Green #4B6201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.32%

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

R = 43.1%
G = 56.32%
B = 0.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#4B6201 (or 0x4B6201) is known color: Verdun Green. HEX triplet: 4B, 62 and 01. RGB value is (75,98,1). Sum of RGB (Red+Green+Blue) = 75+98+1=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6201 is #B49DFE. Grayscale: #505050. Windows color (decimal): -11836927 or 90699. OLE color: 90699.

HSL color Cylindrical-coordinate representation of color #4B6201: hue angle of 74.23º 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 #4B6201 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 98 1 -
CMYK 0.23 0 0.99 0.62
HSL 74.23º 0.98% 0.19% -
HSV(B) 74.23º 0.99% 0.38% -
XYZ 7.27 10.23 1.62 -
YUV 80.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 75 98 1 0.23 0 0.99 0.62 74.23 0.98 0.19
Hex 4B 62 1 17 0 63 3E 4A 62 13
Octal 113 142 1 27 0 143 76 112 142 23
Binary 1001011 1100010 1 10111 0 1100011 111110 1001010 1100010 10011

Color Harmonies of #4B6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6201

Black with #4B6201

Text Example


Text Example

White with #4B6201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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