Html Css Color HEX #3B5517 Verdun Green

📋 copy color: '#3B5517'

red 59 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #3B5517

Tints of Verdun Green #3B5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.9%

 BLUE value IS 23 (9.38% from 255) = 13.77%

R = 35.33%
G = 50.9%
B = 13.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#3B5517 (or 0x3B5517) is known color: Verdun Green. HEX triplet: 3B, 55 and 17. RGB value is (59,85,23). Sum of RGB (Red+Green+Blue) = 59+85+23=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5517 is #C4AAE8. Grayscale: #464646. Windows color (decimal): -12888809 or 1529147. OLE color: 1529147.

HSL color Cylindrical-coordinate representation of color #3B5517: hue angle of 85.16º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B5517 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 85 23 -
CMYK 0.31 0 0.73 0.67
HSL 85.16º 0.57% 0.21% -
HSV(B) 85.16º 0.73% 0.33% -
XYZ 5.21 7.49 1.98 -
YUV 70.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 59 85 23 0.31 0 0.73 0.67 85.16 0.57 0.21
Hex 3B 55 17 1F 0 49 43 55 39 15
Octal 73 125 27 37 0 111 103 125 71 25
Binary 111011 1010101 10111 11111 0 1001001 1000011 1010101 111001 10101

Color Harmonies of #3B5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5517

Black with #3B5517

Text Example


Text Example

White with #3B5517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,23); }

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

background-color css

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

 a { background-color: rgb(59,85,23); }

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

border-color css

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

 span { border-color: rgb(59,85,23); }

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