Html Css Color HEX #3C5915 Verdun Green

📋 copy color: '#3C5915'

red 60 ◦ green 89 ◦ blue 21

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

Shades of Verdun Green #3C5915

Tints of Verdun Green #3C5915

RGB

 RED value IS 60 (23.83% from 255) = 35.29%

 GREEN value IS 89 (35.16% from 255) = 52.35%

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

R = 35.29%
G = 52.35%
B = 12.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#3C5915 (or 0x3C5915) is known color: Verdun Green. HEX triplet: 3C, 59 and 15. RGB value is (60,89,21). Sum of RGB (Red+Green+Blue) = 60+89+21=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5915 is #C3A6EA. Grayscale: #484848. Windows color (decimal): -12822251 or 1399100. OLE color: 1399100.

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

Color convert

RGB 60 89 21 -
CMYK 0.33 0 0.76 0.65
HSL 85.59º 0.62% 0.22% -
HSV(B) 85.59º 0.76% 0.35% -
XYZ 5.57 8.16 1.99 -
YUV 72.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 60 89 21 0.33 0 0.76 0.65 85.59 0.62 0.22
Hex 3C 59 15 21 0 4C 41 56 3E 16
Octal 74 131 25 41 0 114 101 126 76 26
Binary 111100 1011001 10101 100001 0 1001100 1000001 1010110 111110 10110

Color Harmonies of #3C5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5915

Black with #3C5915

Text Example


Text Example

White with #3C5915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,89,21); }

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

background-color css

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

 a { background-color: rgb(60,89,21); }

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

border-color css

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

 span { border-color: rgb(60,89,21); }

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