Html Css Color HEX #3E5404 Verdun Green

📋 copy color: '#3E5404'

red 62 ◦ green 84 ◦ blue 4

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

Shades of Verdun Green #3E5404

Tints of Verdun Green #3E5404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56%

 BLUE value IS 4 (1.95% from 255) = 2.67%

R = 41.33%
G = 56%
B = 2.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#3E5404 (or 0x3E5404) is known color: Verdun Green. HEX triplet: 3E, 54 and 04. RGB value is (62,84,4). Sum of RGB (Red+Green+Blue) = 62+84+4=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5404 is #C1ABFB. Grayscale: #444444. Windows color (decimal): -12692476 or 283710. OLE color: 283710.

HSL color Cylindrical-coordinate representation of color #3E5404: hue angle of 76.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E5404 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 84 4 -
CMYK 0.26 0 0.95 0.67
HSL 76.5º 0.91% 0.17% -
HSV(B) 76.5º 0.95% 0.33% -
XYZ 5.18 7.37 1.27 -
YUV 68.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 62 84 4 0.26 0 0.95 0.67 76.5 0.91 0.17
Hex 3E 54 4 1A 0 5F 43 4C 5B 11
Octal 76 124 4 32 0 137 103 114 133 21
Binary 111110 1010100 100 11010 0 1011111 1000011 1001100 1011011 10001

Color Harmonies of #3E5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5404

Black with #3E5404

Text Example


Text Example

White with #3E5404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,84,4); }

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

background-color css

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

 a { background-color: rgb(62,84,4); }

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

border-color css

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

 span { border-color: rgb(62,84,4); }

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