Html Css Color HEX #3A4E0D Verdun Green

📋 copy color: '#3A4E0D'

red 58 ◦ green 78 ◦ blue 13

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

Shades of Verdun Green #3A4E0D

Tints of Verdun Green #3A4E0D

RGB

 RED value IS 58 (23.05% from 255) = 38.93%

 GREEN value IS 78 (30.86% from 255) = 52.35%

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 38.93%
G = 52.35%
B = 8.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#3A4E0D (or 0x3A4E0D) is known color: Verdun Green. HEX triplet: 3A, 4E and 0D. RGB value is (58,78,13). Sum of RGB (Red+Green+Blue) = 58+78+13=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4E0D is #C5B1F2. Grayscale: #404040. Windows color (decimal): -12956147 or 871994. OLE color: 871994.

HSL color Cylindrical-coordinate representation of color #3A4E0D: hue angle of 78.46º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A4E0D is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 78 13 -
CMYK 0.26 0 0.83 0.69
HSL 78.46º 0.71% 0.18% -
HSV(B) 78.46º 0.83% 0.31% -
XYZ 4.54 6.38 1.37 -
YUV 64.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 58 78 13 0.26 0 0.83 0.69 78.46 0.71 0.18
Hex 3A 4E D 1A 0 53 45 4E 47 12
Octal 72 116 15 32 0 123 105 116 107 22
Binary 111010 1001110 1101 11010 0 1010011 1000101 1001110 1000111 10010

Color Harmonies of #3A4E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E0D

Black with #3A4E0D

Text Example


Text Example

White with #3A4E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,78,13); }

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

background-color css

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

 a { background-color: rgb(58,78,13); }

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

border-color css

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

 span { border-color: rgb(58,78,13); }

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