Html Css Color HEX #3C640D Verdun Green

📋 copy color: '#3C640D'

red 60 ◦ green 100 ◦ blue 13

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

Shades of Verdun Green #3C640D

Tints of Verdun Green #3C640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 34.68%
G = 57.8%
B = 7.51%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#3C640D (or 0x3C640D) is known color: Verdun Green. HEX triplet: 3C, 64 and 0D. RGB value is (60,100,13). Sum of RGB (Red+Green+Blue) = 60+100+13=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #3C640D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C640D is #C39BF2. Grayscale: #4E4E4E. Windows color (decimal): -12819443 or 877628. OLE color: 877628.

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

Color convert

RGB 60 100 13 -
CMYK 0.4 0 0.87 0.61
HSL 87.59º 0.77% 0.22% -
HSV(B) 87.59º 0.87% 0.39% -
XYZ 6.49 10.1 1.99 -
YUV 78.12 91.25 115.07 -
System Red Green Blue C M Y K H S L
Decimal 60 100 13 0.4 0 0.87 0.61 87.59 0.77 0.22
Hex 3C 64 D 28 0 57 3D 58 4D 16
Octal 74 144 15 50 0 127 75 130 115 26
Binary 111100 1100100 1101 101000 0 1010111 111101 1011000 1001101 10110

Color Harmonies of #3C640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C640D

Black with #3C640D

Text Example


Text Example

White with #3C640D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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