Html Css Color HEX #3A5406 Verdun Green

📋 copy color: '#3A5406'

red 58 ◦ green 84 ◦ blue 6

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

Shades of Verdun Green #3A5406

Tints of Verdun Green #3A5406

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56.76%

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

R = 39.19%
G = 56.76%
B = 4.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#3A5406 (or 0x3A5406) is known color: Verdun Green. HEX triplet: 3A, 54 and 06. RGB value is (58,84,6). Sum of RGB (Red+Green+Blue) = 58+84+6=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5406 is #C5ABF9. Grayscale: #434343. Windows color (decimal): -12954618 or 414778. OLE color: 414778.

HSL color Cylindrical-coordinate representation of color #3A5406: hue angle of 80º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A5406 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 6 -
CMYK 0.31 0 0.93 0.67
HSL 80º 0.87% 0.18% -
HSV(B) 80º 0.93% 0.33% -
XYZ 4.95 7.25 1.31 -
YUV 67.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 58 84 6 0.31 0 0.93 0.67 80 0.87 0.18
Hex 3A 54 6 1F 0 5D 43 50 57 12
Octal 72 124 6 37 0 135 103 120 127 22
Binary 111010 1010100 110 11111 0 1011101 1000011 1010000 1010111 10010

Color Harmonies of #3A5406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5406

Black with #3A5406

Text Example


Text Example

White with #3A5406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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