Html Css Color HEX #3A5906 Verdun Green

📋 copy color: '#3A5906'

red 58 ◦ green 89 ◦ blue 6

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

Shades of Verdun Green #3A5906

Tints of Verdun Green #3A5906

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.17%

 BLUE value IS 6 (2.73% from 255) = 3.92%

R = 37.91%
G = 58.17%
B = 3.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#3A5906 (or 0x3A5906) is known color: Verdun Green. HEX triplet: 3A, 59 and 06. RGB value is (58,89,6). Sum of RGB (Red+Green+Blue) = 58+89+6=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5906 is #C5A6F9. Grayscale: #464646. Windows color (decimal): -12953338 or 416058. OLE color: 416058.

HSL color Cylindrical-coordinate representation of color #3A5906: hue angle of 82.41º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A5906 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 89 6 -
CMYK 0.35 0 0.93 0.65
HSL 82.41º 0.87% 0.19% -
HSV(B) 82.41º 0.93% 0.35% -
XYZ 5.35 8.06 1.45 -
YUV 70.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 58 89 6 0.35 0 0.93 0.65 82.41 0.87 0.19
Hex 3A 59 6 23 0 5D 41 52 57 13
Octal 72 131 6 43 0 135 101 122 127 23
Binary 111010 1011001 110 100011 0 1011101 1000001 1010010 1010111 10011

Color Harmonies of #3A5906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5906

Black with #3A5906

Text Example


Text Example

White with #3A5906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,89,6); }

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

background-color css

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

 a { background-color: rgb(58,89,6); }

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

border-color css

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

 span { border-color: rgb(58,89,6); }

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