Html Css Color HEX #3C4701 Verdun Green

📋 copy color: '#3C4701'

red 60 ◦ green 71 ◦ blue 1

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

Shades of Verdun Green #3C4701

Tints of Verdun Green #3C4701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 53.79%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 45.45%
G = 53.79%
B = 0.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#3C4701 (or 0x3C4701) is known color: Verdun Green. HEX triplet: 3C, 47 and 01. RGB value is (60,71,1). Sum of RGB (Red+Green+Blue) = 60+71+1=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4701 is #C3B8FE. Grayscale: #3C3C3C. Windows color (decimal): -12826879 or 83772. OLE color: 83772.

HSL color Cylindrical-coordinate representation of color #3C4701: hue angle of 69.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C4701 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 71 1 -
CMYK 0.15 0 0.99 0.72
HSL 69.43º 0.97% 0.14% -
HSV(B) 69.43º 0.99% 0.28% -
XYZ 4.12 5.47 0.87 -
YUV 59.73 94.86 128.19 -
System Red Green Blue C M Y K H S L
Decimal 60 71 1 0.15 0 0.99 0.72 69.43 0.97 0.14
Hex 3C 47 1 F 0 63 48 45 61 E
Octal 74 107 1 17 0 143 110 105 141 16
Binary 111100 1000111 1 1111 0 1100011 1001000 1000101 1100001 1110

Color Harmonies of #3C4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4701

Black with #3C4701

Text Example


Text Example

White with #3C4701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,71,1); }

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

background-color css

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

 a { background-color: rgb(60,71,1); }

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

border-color css

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

 span { border-color: rgb(60,71,1); }

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