Html Css Color HEX #3B4D14 Verdun Green

📋 copy color: '#3B4D14'

red 59 ◦ green 77 ◦ blue 20

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

Shades of Verdun Green #3B4D14

Tints of Verdun Green #3B4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.36%

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 37.82%
G = 49.36%
B = 12.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#3B4D14 (or 0x3B4D14) is known color: Verdun Green. HEX triplet: 3B, 4D and 14. RGB value is (59,77,20). Sum of RGB (Red+Green+Blue) = 59+77+20=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B4D14 is #C4B2EB. Grayscale: #414141. Windows color (decimal): -12890860 or 1330491. OLE color: 1330491.

HSL color Cylindrical-coordinate representation of color #3B4D14: hue angle of 78.95º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B4D14 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 77 20 -
CMYK 0.23 0 0.74 0.70
HSL 78.95º 0.59% 0.19% -
HSV(B) 78.95º 0.74% 0.3% -
XYZ 4.58 6.29 1.63 -
YUV 65.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 59 77 20 0.23 0 0.74 0.70 78.95 0.59 0.19
Hex 3B 4D 14 17 0 4A 46 4F 3B 13
Octal 73 115 24 27 0 112 106 117 73 23
Binary 111011 1001101 10100 10111 0 1001010 1000110 1001111 111011 10011

Color Harmonies of #3B4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4D14

Black with #3B4D14

Text Example


Text Example

White with #3B4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,77,20); }

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

background-color css

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

 a { background-color: rgb(59,77,20); }

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

border-color css

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

 span { border-color: rgb(59,77,20); }

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