Html Css Color HEX #3B4802 Verdun Green

📋 copy color: '#3B4802'

red 59 ◦ green 72 ◦ blue 2

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

Shades of Verdun Green #3B4802

Tints of Verdun Green #3B4802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 44.36%
G = 54.14%
B = 1.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#3B4802 (or 0x3B4802) is known color: Verdun Green. HEX triplet: 3B, 48 and 02. RGB value is (59,72,2). Sum of RGB (Red+Green+Blue) = 59+72+2=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4802 is #C4B7FD. Grayscale: #3C3C3C. Windows color (decimal): -12892158 or 149563. OLE color: 149563.

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

Color convert

RGB 59 72 2 -
CMYK 0.18 0 0.97 0.72
HSL 71.14º 0.95% 0.15% -
HSV(B) 71.14º 0.97% 0.28% -
XYZ 4.13 5.57 0.91 -
YUV 60.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 59 72 2 0.18 0 0.97 0.72 71.14 0.95 0.15
Hex 3B 48 2 12 0 61 48 47 5F F
Octal 73 110 2 22 0 141 110 107 137 17
Binary 111011 1001000 10 10010 0 1100001 1001000 1000111 1011111 1111

Color Harmonies of #3B4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4802

Black with #3B4802

Text Example


Text Example

White with #3B4802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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