Html Css Color HEX #3C610E Verdun Green

📋 copy color: '#3C610E'

red 60 ◦ green 97 ◦ blue 14

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

Shades of Verdun Green #3C610E

Tints of Verdun Green #3C610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.73%

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

R = 35.09%
G = 56.73%
B = 8.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#3C610E (or 0x3C610E) is known color: Verdun Green. HEX triplet: 3C, 61 and 0E. RGB value is (60,97,14). Sum of RGB (Red+Green+Blue) = 60+97+14=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #3C610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C610E is #C39EF1. Grayscale: #4C4C4C. Windows color (decimal): -12820210 or 942396. OLE color: 942396.

HSL color Cylindrical-coordinate representation of color #3C610E: hue angle of 86.75º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C610E is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 97 14 -
CMYK 0.38 0 0.86 0.62
HSL 86.75º 0.75% 0.22% -
HSV(B) 86.75º 0.86% 0.38% -
XYZ 6.22 9.54 1.93 -
YUV 76.48 92.74 116.25 -
System Red Green Blue C M Y K H S L
Decimal 60 97 14 0.38 0 0.86 0.62 86.75 0.75 0.22
Hex 3C 61 E 26 0 56 3E 57 4B 16
Octal 74 141 16 46 0 126 76 127 113 26
Binary 111100 1100001 1110 100110 0 1010110 111110 1010111 1001011 10110

Color Harmonies of #3C610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C610E

Black with #3C610E

Text Example


Text Example

White with #3C610E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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