Html Css Color HEX #3B5010 Verdun Green

📋 copy color: '#3B5010'

red 59 ◦ green 80 ◦ blue 16

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

Shades of Verdun Green #3B5010

Tints of Verdun Green #3B5010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

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

R = 38.06%
G = 51.61%
B = 10.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#3B5010 (or 0x3B5010) is known color: Verdun Green. HEX triplet: 3B, 50 and 10. RGB value is (59,80,16). Sum of RGB (Red+Green+Blue) = 59+80+16=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5010 is #C4AFEF. Grayscale: #424242. Windows color (decimal): -12890096 or 1069115. OLE color: 1069115.

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

Color convert

RGB 59 80 16 -
CMYK 0.26 0 0.80 0.69
HSL 79.69º 0.67% 0.19% -
HSV(B) 79.69º 0.8% 0.31% -
XYZ 4.77 6.7 1.53 -
YUV 66.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 59 80 16 0.26 0 0.80 0.69 79.69 0.67 0.19
Hex 3B 50 10 1A 0 50 45 50 43 13
Octal 73 120 20 32 0 120 105 120 103 23
Binary 111011 1010000 10000 11010 0 1010000 1000101 1010000 1000011 10011

Color Harmonies of #3B5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5010

Black with #3B5010

Text Example


Text Example

White with #3B5010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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