Html Css Color HEX #3C510E Verdun Green

📋 copy color: '#3C510E'

red 60 ◦ green 81 ◦ blue 14

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

Shades of Verdun Green #3C510E

Tints of Verdun Green #3C510E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 38.71%
G = 52.26%
B = 9.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#3C510E (or 0x3C510E) is known color: Verdun Green. HEX triplet: 3C, 51 and 0E. RGB value is (60,81,14). Sum of RGB (Red+Green+Blue) = 60+81+14=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #3C510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C510E is #C3AEF1. Grayscale: #434343. Windows color (decimal): -12824306 or 938300. OLE color: 938300.

HSL color Cylindrical-coordinate representation of color #3C510E: hue angle of 78.81º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C510E is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 81 14 -
CMYK 0.26 0 0.83 0.68
HSL 78.81º 0.71% 0.19% -
HSV(B) 78.81º 0.83% 0.32% -
XYZ 4.89 6.88 1.49 -
YUV 67.08 98.04 122.95 -
System Red Green Blue C M Y K H S L
Decimal 60 81 14 0.26 0 0.83 0.68 78.81 0.71 0.19
Hex 3C 51 E 1A 0 53 44 4F 47 13
Octal 74 121 16 32 0 123 104 117 107 23
Binary 111100 1010001 1110 11010 0 1010011 1000100 1001111 1000111 10011

Color Harmonies of #3C510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C510E

Black with #3C510E

Text Example


Text Example

White with #3C510E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,81,14); }

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

background-color css

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

 a { background-color: rgb(60,81,14); }

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

border-color css

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

 span { border-color: rgb(60,81,14); }

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