Html Css Color HEX #3A4E05 Verdun Green

📋 copy color: '#3A4E05'

red 58 ◦ green 78 ◦ blue 5

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

Shades of Verdun Green #3A4E05

Tints of Verdun Green #3A4E05

RGB

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

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

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

R = 41.13%
G = 55.32%
B = 3.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#3A4E05 (or 0x3A4E05) is known color: Verdun Green. HEX triplet: 3A, 4E and 05. RGB value is (58,78,5). Sum of RGB (Red+Green+Blue) = 58+78+5=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4E05 is #C5B1FA. Grayscale: #3F3F3F. Windows color (decimal): -12956155 or 347706. OLE color: 347706.

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

Color convert

RGB 58 78 5 -
CMYK 0.26 0 0.94 0.69
HSL 76.44º 0.88% 0.16% -
HSV(B) 76.44º 0.94% 0.31% -
XYZ 4.5 6.36 1.13 -
YUV 63.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 58 78 5 0.26 0 0.94 0.69 76.44 0.88 0.16
Hex 3A 4E 5 1A 0 5E 45 4C 58 10
Octal 72 116 5 32 0 136 105 114 130 20
Binary 111010 1001110 101 11010 0 1011110 1000101 1001100 1011000 10000

Color Harmonies of #3A4E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E05

Black with #3A4E05

Text Example


Text Example

White with #3A4E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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