Html Css Color HEX #3E4504 Verdun Green

📋 copy color: '#3E4504'

red 62 ◦ green 69 ◦ blue 4

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

Shades of Verdun Green #3E4504

Tints of Verdun Green #3E4504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.11%

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

R = 45.93%
G = 51.11%
B = 2.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#3E4504 (or 0x3E4504) is known color: Verdun Green. HEX triplet: 3E, 45 and 04. RGB value is (62,69,4). Sum of RGB (Red+Green+Blue) = 62+69+4=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4504 is #C1BAFB. Grayscale: #3B3B3B. Windows color (decimal): -12696316 or 279870. OLE color: 279870.

HSL color Cylindrical-coordinate representation of color #3E4504: hue angle of 66.46º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E4504 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 69 4 -
CMYK 0.10 0 0.94 0.73
HSL 66.46º 0.89% 0.14% -
HSV(B) 66.46º 0.94% 0.27% -
XYZ 4.14 5.29 0.92 -
YUV 59.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 62 69 4 0.10 0 0.94 0.73 66.46 0.89 0.14
Hex 3E 45 4 A 0 5E 49 42 59 E
Octal 76 105 4 12 0 136 111 102 131 16
Binary 111110 1000101 100 1010 0 1011110 1001001 1000010 1011001 1110

Color Harmonies of #3E4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4504

Black with #3E4504

Text Example


Text Example

White with #3E4504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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