Html Css Color HEX #3B5110 Verdun Green

📋 copy color: '#3B5110'

red 59 ◦ green 81 ◦ blue 16

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

Shades of Verdun Green #3B5110

Tints of Verdun Green #3B5110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.92%

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 37.82%
G = 51.92%
B = 10.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#3B5110 (or 0x3B5110) is known color: Verdun Green. HEX triplet: 3B, 51 and 10. RGB value is (59,81,16). Sum of RGB (Red+Green+Blue) = 59+81+16=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5110 is #C4AEEF. Grayscale: #434343. Windows color (decimal): -12889840 or 1069371. OLE color: 1069371.

HSL color Cylindrical-coordinate representation of color #3B5110: hue angle of 80.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B5110 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 81 16 -
CMYK 0.27 0 0.80 0.68
HSL 80.31º 0.67% 0.19% -
HSV(B) 80.31º 0.8% 0.32% -
XYZ 4.84 6.85 1.56 -
YUV 67.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 59 81 16 0.27 0 0.80 0.68 80.31 0.67 0.19
Hex 3B 51 10 1B 0 50 44 50 43 13
Octal 73 121 20 33 0 120 104 120 103 23
Binary 111011 1010001 10000 11011 0 1010000 1000100 1010000 1000011 10011

Color Harmonies of #3B5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5110

Black with #3B5110

Text Example


Text Example

White with #3B5110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,81,16); }

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

background-color css

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

 a { background-color: rgb(59,81,16); }

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

border-color css

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

 span { border-color: rgb(59,81,16); }

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