Html Css Color HEX #3B5414 Verdun Green

📋 copy color: '#3B5414'

red 59 ◦ green 84 ◦ blue 20

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

Shades of Verdun Green #3B5414

Tints of Verdun Green #3B5414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.53%

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

R = 36.2%
G = 51.53%
B = 12.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#3B5414 (or 0x3B5414) is known color: Verdun Green. HEX triplet: 3B, 54 and 14. RGB value is (59,84,20). Sum of RGB (Red+Green+Blue) = 59+84+20=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5414 is #C4ABEB. Grayscale: #454545. Windows color (decimal): -12889068 or 1332283. OLE color: 1332283.

HSL color Cylindrical-coordinate representation of color #3B5414: hue angle of 83.44º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B5414 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 84 20 -
CMYK 0.30 0 0.76 0.67
HSL 83.44º 0.62% 0.2% -
HSV(B) 83.44º 0.76% 0.33% -
XYZ 5.1 7.32 1.81 -
YUV 69.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 59 84 20 0.30 0 0.76 0.67 83.44 0.62 0.2
Hex 3B 54 14 1E 0 4C 43 53 3E 14
Octal 73 124 24 36 0 114 103 123 76 24
Binary 111011 1010100 10100 11110 0 1001100 1000011 1010011 111110 10100

Color Harmonies of #3B5414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5414

Black with #3B5414

Text Example


Text Example

White with #3B5414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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