Html Css Color HEX #3B4801 Verdun Green

📋 copy color: '#3B4801'

red 59 ◦ green 72 ◦ blue 1

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

Shades of Verdun Green #3B4801

Tints of Verdun Green #3B4801

RGB

 RED value IS 59 (23.44% from 255) = 44.7%

 GREEN value IS 72 (28.52% from 255) = 54.55%

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

R = 44.7%
G = 54.55%
B = 0.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#3B4801 (or 0x3B4801) is known color: Verdun Green. HEX triplet: 3B, 48 and 01. RGB value is (59,72,1). Sum of RGB (Red+Green+Blue) = 59+72+1=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4801 is #C4B7FE. Grayscale: #3C3C3C. Windows color (decimal): -12892159 or 84027. OLE color: 84027.

HSL color Cylindrical-coordinate representation of color #3B4801: hue angle of 70.99º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B4801 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 72 1 -
CMYK 0.18 0 0.99 0.72
HSL 70.99º 0.97% 0.14% -
HSV(B) 70.99º 0.99% 0.28% -
XYZ 4.13 5.57 0.89 -
YUV 60.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 59 72 1 0.18 0 0.99 0.72 70.99 0.97 0.14
Hex 3B 48 1 12 0 63 48 47 61 E
Octal 73 110 1 22 0 143 110 107 141 16
Binary 111011 1001000 1 10010 0 1100011 1001000 1000111 1100001 1110

Color Harmonies of #3B4801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4801

Black with #3B4801

Text Example


Text Example

White with #3B4801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4801; }

 p { color: rgb(59,72,1); }

 H1.HeaderClassName
 {
   color: #3B4801;
 }
 .AnyTagClassName
 {
   color: #3B4801;
 }
</style>

background-color css

<style>
 a { background-color: #3B4801; }

 a { background-color: rgb(59,72,1); }

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

border-color css

<style>
 span { border-color: #3B4801; }

 span { border-color: rgb(59,72,1); }

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