Html Css Color HEX #3E4400 Verdun Green

📋 copy color: '#3E4400'

red 62 ◦ green 68 ◦ blue 0

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

Shades of Verdun Green #3E4400

Tints of Verdun Green #3E4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.69%
G = 52.31%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#3E4400 (or 0x3E4400) is known color: Verdun Green. HEX triplet: 3E, 44 and 00. RGB value is (62,68,0). Sum of RGB (Red+Green+Blue) = 62+68+0=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #3E4400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4400 is #C1BBFF. Grayscale: #3A3A3A. Windows color (decimal): -12696576 or 17470. OLE color: 17470.

HSL color Cylindrical-coordinate representation of color #3E4400: hue angle of 65.29º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E4400 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 68 0 -
CMYK 0.09 0 1 0.73
HSL 65.29º 1% 0.13% -
HSV(B) 65.29º 1% 0.27% -
XYZ 4.05 5.16 0.78 -
YUV 58.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 62 68 0 0.09 0 1 0.73 65.29 1 0.13
Hex 3E 44 0 9 0 64 49 41 64 D
Octal 76 104 0 11 0 144 111 101 144 15
Binary 111110 1000100 0 1001 0 1100100 1001001 1000001 1100100 1101

Color Harmonies of #3E4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4400

Black with #3E4400

Text Example


Text Example

White with #3E4400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,68,0); }

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

background-color css

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

 a { background-color: rgb(62,68,0); }

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

border-color css

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

 span { border-color: rgb(62,68,0); }

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