Html Css Color HEX #3B4901 Verdun Green

📋 copy color: '#3B4901'

red 59 ◦ green 73 ◦ blue 1

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

Shades of Verdun Green #3B4901

Tints of Verdun Green #3B4901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.89%

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

R = 44.36%
G = 54.89%
B = 0.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#3B4901 (or 0x3B4901) is known color: Verdun Green. HEX triplet: 3B, 49 and 01. RGB value is (59,73,1). Sum of RGB (Red+Green+Blue) = 59+73+1=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4901 is #C4B6FE. Grayscale: #3C3C3C. Windows color (decimal): -12891903 or 84283. OLE color: 84283.

HSL color Cylindrical-coordinate representation of color #3B4901: hue angle of 71.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B4901 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 73 1 -
CMYK 0.19 0 0.99 0.71
HSL 71.67º 0.97% 0.15% -
HSV(B) 71.67º 0.99% 0.29% -
XYZ 4.19 5.7 0.91 -
YUV 60.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 59 73 1 0.19 0 0.99 0.71 71.67 0.97 0.15
Hex 3B 49 1 13 0 63 47 48 61 F
Octal 73 111 1 23 0 143 107 110 141 17
Binary 111011 1001001 1 10011 0 1100011 1000111 1001000 1100001 1111

Color Harmonies of #3B4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4901

Black with #3B4901

Text Example


Text Example

White with #3B4901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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