Html Css Color HEX #3C6103 Verdun Green

📋 copy color: '#3C6103'

red 60 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #3C6103

Tints of Verdun Green #3C6103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.88%

R = 37.5%
G = 60.63%
B = 1.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#3C6103 (or 0x3C6103) is known color: Verdun Green. HEX triplet: 3C, 61 and 03. RGB value is (60,97,3). Sum of RGB (Red+Green+Blue) = 60+97+3=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6103 is #C39EFC. Grayscale: #4B4B4B. Windows color (decimal): -12820221 or 221500. OLE color: 221500.

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

Color convert

RGB 60 97 3 -
CMYK 0.38 0 0.97 0.62
HSL 83.62º 0.94% 0.2% -
HSV(B) 83.62º 0.97% 0.38% -
XYZ 6.15 9.52 1.6 -
YUV 75.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 60 97 3 0.38 0 0.97 0.62 83.62 0.94 0.2
Hex 3C 61 3 26 0 61 3E 54 5E 14
Octal 74 141 3 46 0 141 76 124 136 24
Binary 111100 1100001 11 100110 0 1100001 111110 1010100 1011110 10100

Color Harmonies of #3C6103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6103

Black with #3C6103

Text Example


Text Example

White with #3C6103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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