Html Css Color HEX #3B5D15 Verdun Green

📋 copy color: '#3B5D15'

red 59 ◦ green 93 ◦ blue 21

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

Shades of Verdun Green #3B5D15

Tints of Verdun Green #3B5D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.76%

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 34.1%
G = 53.76%
B = 12.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#3B5D15 (or 0x3B5D15) is known color: Verdun Green. HEX triplet: 3B, 5D and 15. RGB value is (59,93,21). Sum of RGB (Red+Green+Blue) = 59+93+21=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5D15 is #C4A2EA. Grayscale: #4A4A4A. Windows color (decimal): -12886763 or 1400123. OLE color: 1400123.

HSL color Cylindrical-coordinate representation of color #3B5D15: hue angle of 88.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B5D15 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 59 93 21 -
CMYK 0.37 0 0.77 0.64
HSL 88.33º 0.63% 0.22% -
HSV(B) 88.33º 0.77% 0.36% -
XYZ 5.85 8.81 2.1 -
YUV 74.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 59 93 21 0.37 0 0.77 0.64 88.33 0.63 0.22
Hex 3B 5D 15 25 0 4D 40 58 3F 16
Octal 73 135 25 45 0 115 100 130 77 26
Binary 111011 1011101 10101 100101 0 1001101 1000000 1011000 111111 10110

Color Harmonies of #3B5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5D15

Black with #3B5D15

Text Example


Text Example

White with #3B5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,93,21); }

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

background-color css

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

 a { background-color: rgb(59,93,21); }

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

border-color css

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

 span { border-color: rgb(59,93,21); }

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