Html Css Color HEX #3E6705 Verdun Green

📋 copy color: '#3E6705'

red 62 ◦ green 103 ◦ blue 5

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

Shades of Verdun Green #3E6705

Tints of Verdun Green #3E6705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 60.59%

 BLUE value IS 5 (2.34% from 255) = 2.94%

R = 36.47%
G = 60.59%
B = 2.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#3E6705 (or 0x3E6705) is known color: Verdun Green. HEX triplet: 3E, 67 and 05. RGB value is (62,103,5). Sum of RGB (Red+Green+Blue) = 62+103+5=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #3E6705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6705 is #C198FA. Grayscale: #4F4F4F. Windows color (decimal): -12687611 or 354110. OLE color: 354110.

HSL color Cylindrical-coordinate representation of color #3E6705: hue angle of 85.1º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E6705 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 62 103 5 -
CMYK 0.40 0 0.95 0.60
HSL 85.1º 0.91% 0.21% -
HSV(B) 85.1º 0.95% 0.4% -
XYZ 6.86 10.74 1.85 -
YUV 79.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 62 103 5 0.40 0 0.95 0.60 85.1 0.91 0.21
Hex 3E 67 5 28 0 5F 3C 55 5B 15
Octal 76 147 5 50 0 137 74 125 133 25
Binary 111110 1100111 101 101000 0 1011111 111100 1010101 1011011 10101

Color Harmonies of #3E6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6705

Black with #3E6705

Text Example


Text Example

White with #3E6705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,103,5); }

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

background-color css

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

 a { background-color: rgb(62,103,5); }

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

border-color css

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

 span { border-color: rgb(62,103,5); }

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