Html Css Color HEX #3C6110 Verdun Green

📋 copy color: '#3C6110'

red 60 ◦ green 97 ◦ blue 16

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

Shades of Verdun Green #3C6110

Tints of Verdun Green #3C6110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.25%

R = 34.68%
G = 56.07%
B = 9.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#3C6110 (or 0x3C6110) is known color: Verdun Green. HEX triplet: 3C, 61 and 10. RGB value is (60,97,16). Sum of RGB (Red+Green+Blue) = 60+97+16=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6110 is #C39EEF. Grayscale: #4C4C4C. Windows color (decimal): -12820208 or 1073468. OLE color: 1073468.

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

Color convert

RGB 60 97 16 -
CMYK 0.38 0 0.84 0.62
HSL 87.41º 0.72% 0.22% -
HSV(B) 87.41º 0.84% 0.38% -
XYZ 6.23 9.55 2 -
YUV 76.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 60 97 16 0.38 0 0.84 0.62 87.41 0.72 0.22
Hex 3C 61 10 26 0 54 3E 57 48 16
Octal 74 141 20 46 0 124 76 127 110 26
Binary 111100 1100001 10000 100110 0 1010100 111110 1010111 1001000 10110

Color Harmonies of #3C6110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6110

Black with #3C6110

Text Example


Text Example

White with #3C6110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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