Html Css Color HEX #3C640E Verdun Green

📋 copy color: '#3C640E'

red 60 ◦ green 100 ◦ blue 14

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

Shades of Verdun Green #3C640E

Tints of Verdun Green #3C640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.47%

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

R = 34.48%
G = 57.47%
B = 8.05%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#3C640E (or 0x3C640E) is known color: Verdun Green. HEX triplet: 3C, 64 and 0E. RGB value is (60,100,14). Sum of RGB (Red+Green+Blue) = 60+100+14=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #3C640E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C640E is #C39BF1. Grayscale: #4E4E4E. Windows color (decimal): -12819442 or 943164. OLE color: 943164.

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

Color convert

RGB 60 100 14 -
CMYK 0.4 0 0.86 0.61
HSL 87.91º 0.75% 0.22% -
HSV(B) 87.91º 0.86% 0.39% -
XYZ 6.5 10.11 2.02 -
YUV 78.24 91.75 114.99 -
System Red Green Blue C M Y K H S L
Decimal 60 100 14 0.4 0 0.86 0.61 87.91 0.75 0.22
Hex 3C 64 E 28 0 56 3D 58 4B 16
Octal 74 144 16 50 0 126 75 130 113 26
Binary 111100 1100100 1110 101000 0 1010110 111101 1011000 1001011 10110

Color Harmonies of #3C640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C640E

Black with #3C640E

Text Example


Text Example

White with #3C640E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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