Html Css Color HEX #3C4703 Verdun Green

📋 copy color: '#3C4703'

red 60 ◦ green 71 ◦ blue 3

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

Shades of Verdun Green #3C4703

Tints of Verdun Green #3C4703

RGB

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

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

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

R = 44.78%
G = 52.99%
B = 2.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#3C4703 (or 0x3C4703) is known color: Verdun Green. HEX triplet: 3C, 47 and 03. RGB value is (60,71,3). Sum of RGB (Red+Green+Blue) = 60+71+3=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4703 is #C3B8FC. Grayscale: #3C3C3C. Windows color (decimal): -12826877 or 214844. OLE color: 214844.

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

Color convert

RGB 60 71 3 -
CMYK 0.15 0 0.96 0.72
HSL 69.71º 0.92% 0.15% -
HSV(B) 69.71º 0.96% 0.28% -
XYZ 4.13 5.47 0.92 -
YUV 59.96 95.86 128.03 -
System Red Green Blue C M Y K H S L
Decimal 60 71 3 0.15 0 0.96 0.72 69.71 0.92 0.15
Hex 3C 47 3 F 0 60 48 46 5C F
Octal 74 107 3 17 0 140 110 106 134 17
Binary 111100 1000111 11 1111 0 1100000 1001000 1000110 1011100 1111

Color Harmonies of #3C4703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4703

Black with #3C4703

Text Example


Text Example

White with #3C4703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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