Html Css Color HEX #3C620E Verdun Green

📋 copy color: '#3C620E'

red 60 ◦ green 98 ◦ blue 14

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

Shades of Verdun Green #3C620E

Tints of Verdun Green #3C620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.98%

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

R = 34.88%
G = 56.98%
B = 8.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#3C620E (or 0x3C620E) is known color: Verdun Green. HEX triplet: 3C, 62 and 0E. RGB value is (60,98,14). Sum of RGB (Red+Green+Blue) = 60+98+14=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #3C620E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C620E is #C39DF1. Grayscale: #4D4D4D. Windows color (decimal): -12819954 or 942652. OLE color: 942652.

HSL color Cylindrical-coordinate representation of color #3C620E: hue angle of 87.14º 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 #3C620E is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 98 14 -
CMYK 0.39 0 0.86 0.62
HSL 87.14º 0.75% 0.22% -
HSV(B) 87.14º 0.86% 0.38% -
XYZ 6.31 9.73 1.96 -
YUV 77.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 60 98 14 0.39 0 0.86 0.62 87.14 0.75 0.22
Hex 3C 62 E 27 0 56 3E 57 4B 16
Octal 74 142 16 47 0 126 76 127 113 26
Binary 111100 1100010 1110 100111 0 1010110 111110 1010111 1001011 10110

Color Harmonies of #3C620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C620E

Black with #3C620E

Text Example


Text Example

White with #3C620E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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