Html Css Color HEX #3E530C Verdun Green

📋 copy color: '#3E530C'

red 62 ◦ green 83 ◦ blue 12

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

Shades of Verdun Green #3E530C

Tints of Verdun Green #3E530C

RGB

 RED value IS 62 (24.61% from 255) = 39.49%

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

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 39.49%
G = 52.87%
B = 7.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#3E530C (or 0x3E530C) is known color: Verdun Green. HEX triplet: 3E, 53 and 0C. RGB value is (62,83,12). Sum of RGB (Red+Green+Blue) = 62+83+12=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #3E530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E530C is #C1ACF3. Grayscale: #444444. Windows color (decimal): -12692724 or 807742. OLE color: 807742.

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

Color convert

RGB 62 83 12 -
CMYK 0.25 0 0.86 0.67
HSL 77.75º 0.75% 0.19% -
HSV(B) 77.75º 0.86% 0.33% -
XYZ 5.15 7.24 1.47 -
YUV 68.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 62 83 12 0.25 0 0.86 0.67 77.75 0.75 0.19
Hex 3E 53 C 19 0 56 43 4E 4B 13
Octal 76 123 14 31 0 126 103 116 113 23
Binary 111110 1010011 1100 11001 0 1010110 1000011 1001110 1001011 10011

Color Harmonies of #3E530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E530C

Black with #3E530C

Text Example


Text Example

White with #3E530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,83,12); }

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

background-color css

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

 a { background-color: rgb(62,83,12); }

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

border-color css

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

 span { border-color: rgb(62,83,12); }

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