Html Css Color HEX #3E630E Verdun Green

📋 copy color: '#3E630E'

red 62 ◦ green 99 ◦ blue 14

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

Shades of Verdun Green #3E630E

Tints of Verdun Green #3E630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.57%

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

R = 35.43%
G = 56.57%
B = 8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#3E630E (or 0x3E630E) is known color: Verdun Green. HEX triplet: 3E, 63 and 0E. RGB value is (62,99,14). Sum of RGB (Red+Green+Blue) = 62+99+14=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #3E630E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E630E is #C19CF1. Grayscale: #4E4E4E. Windows color (decimal): -12688626 or 942910. OLE color: 942910.

HSL color Cylindrical-coordinate representation of color #3E630E: hue angle of 86.12º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E630E is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 62 99 14 -
CMYK 0.37 0 0.86 0.61
HSL 86.12º 0.75% 0.22% -
HSV(B) 86.12º 0.86% 0.39% -
XYZ 6.53 9.98 2 -
YUV 78.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 62 99 14 0.37 0 0.86 0.61 86.12 0.75 0.22
Hex 3E 63 E 25 0 56 3D 56 4B 16
Octal 76 143 16 45 0 126 75 126 113 26
Binary 111110 1100011 1110 100101 0 1010110 111101 1010110 1001011 10110

Color Harmonies of #3E630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E630E

Black with #3E630E

Text Example


Text Example

White with #3E630E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,99,14); }

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

background-color css

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

 a { background-color: rgb(62,99,14); }

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

border-color css

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

 span { border-color: rgb(62,99,14); }

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