Html Css Color HEX #3C5D14 Verdun Green

📋 copy color: '#3C5D14'

red 60 ◦ green 93 ◦ blue 20

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

Shades of Verdun Green #3C5D14

Tints of Verdun Green #3C5D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.76%

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 34.68%
G = 53.76%
B = 11.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#3C5D14 (or 0x3C5D14) is known color: Verdun Green. HEX triplet: 3C, 5D and 14. RGB value is (60,93,20). Sum of RGB (Red+Green+Blue) = 60+93+20=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5D14 is #C3A2EB. Grayscale: #4B4B4B. Windows color (decimal): -12821228 or 1334588. OLE color: 1334588.

HSL color Cylindrical-coordinate representation of color #3C5D14: hue angle of 87.12º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C5D14 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 93 20 -
CMYK 0.35 0 0.78 0.64
HSL 87.12º 0.65% 0.22% -
HSV(B) 87.12º 0.78% 0.36% -
XYZ 5.9 8.84 2.06 -
YUV 74.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 60 93 20 0.35 0 0.78 0.64 87.12 0.65 0.22
Hex 3C 5D 14 23 0 4E 40 57 41 16
Octal 74 135 24 43 0 116 100 127 101 26
Binary 111100 1011101 10100 100011 0 1001110 1000000 1010111 1000001 10110

Color Harmonies of #3C5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5D14

Black with #3C5D14

Text Example


Text Example

White with #3C5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,93,20); }

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

background-color css

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

 a { background-color: rgb(60,93,20); }

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

border-color css

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

 span { border-color: rgb(60,93,20); }

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