Html Css Color HEX #3C530E Verdun Green

📋 copy color: '#3C530E'

red 60 ◦ green 83 ◦ blue 14

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

Shades of Verdun Green #3C530E

Tints of Verdun Green #3C530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.87%

 BLUE value IS 14 (5.86% from 255) = 8.92%

R = 38.22%
G = 52.87%
B = 8.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#3C530E (or 0x3C530E) is known color: Verdun Green. HEX triplet: 3C, 53 and 0E. RGB value is (60,83,14). Sum of RGB (Red+Green+Blue) = 60+83+14=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #3C530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C530E is #C3ACF1. Grayscale: #444444. Windows color (decimal): -12823794 or 938812. OLE color: 938812.

HSL color Cylindrical-coordinate representation of color #3C530E: hue angle of 80º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C530E is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 83 14 -
CMYK 0.28 0 0.83 0.67
HSL 80º 0.71% 0.19% -
HSV(B) 80º 0.83% 0.33% -
XYZ 5.04 7.18 1.54 -
YUV 68.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 60 83 14 0.28 0 0.83 0.67 80 0.71 0.19
Hex 3C 53 E 1C 0 53 43 50 47 13
Octal 74 123 16 34 0 123 103 120 107 23
Binary 111100 1010011 1110 11100 0 1010011 1000011 1010000 1000111 10011

Color Harmonies of #3C530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C530E

Black with #3C530E

Text Example


Text Example

White with #3C530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,83,14); }

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

background-color css

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

 a { background-color: rgb(60,83,14); }

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

border-color css

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

 span { border-color: rgb(60,83,14); }

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