Html Css Color HEX #3C4801 Verdun Green

📋 copy color: '#3C4801'

red 60 ◦ green 72 ◦ blue 1

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

Shades of Verdun Green #3C4801

Tints of Verdun Green #3C4801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.14%

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

R = 45.11%
G = 54.14%
B = 0.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#3C4801 (or 0x3C4801) is known color: Verdun Green. HEX triplet: 3C, 48 and 01. RGB value is (60,72,1). Sum of RGB (Red+Green+Blue) = 60+72+1=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4801 is #C3B7FE. Grayscale: #3C3C3C. Windows color (decimal): -12826623 or 84028. OLE color: 84028.

HSL color Cylindrical-coordinate representation of color #3C4801: hue angle of 70.14º 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 #3C4801 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 72 1 -
CMYK 0.17 0 0.99 0.72
HSL 70.14º 0.97% 0.14% -
HSV(B) 70.14º 0.99% 0.28% -
XYZ 4.19 5.6 0.89 -
YUV 60.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 60 72 1 0.17 0 0.99 0.72 70.14 0.97 0.14
Hex 3C 48 1 11 0 63 48 46 61 E
Octal 74 110 1 21 0 143 110 106 141 16
Binary 111100 1001000 1 10001 0 1100011 1001000 1000110 1100001 1110

Color Harmonies of #3C4801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4801

Black with #3C4801

Text Example


Text Example

White with #3C4801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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