Html Css Color HEX #3A5403 Verdun Green

📋 copy color: '#3A5403'

red 58 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #3A5403

Tints of Verdun Green #3A5403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.07%

R = 40%
G = 57.93%
B = 2.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#3A5403 (or 0x3A5403) is known color: Verdun Green. HEX triplet: 3A, 54 and 03. RGB value is (58,84,3). Sum of RGB (Red+Green+Blue) = 58+84+3=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5403 is #C5ABFC. Grayscale: #434343. Windows color (decimal): -12954621 or 218170. OLE color: 218170.

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

Color convert

RGB 58 84 3 -
CMYK 0.31 0 0.96 0.67
HSL 79.26º 0.93% 0.17% -
HSV(B) 79.26º 0.96% 0.33% -
XYZ 4.93 7.25 1.22 -
YUV 66.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 58 84 3 0.31 0 0.96 0.67 79.26 0.93 0.17
Hex 3A 54 3 1F 0 60 43 4F 5D 11
Octal 72 124 3 37 0 140 103 117 135 21
Binary 111010 1010100 11 11111 0 1100000 1000011 1001111 1011101 10001

Color Harmonies of #3A5403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5403

Black with #3A5403

Text Example


Text Example

White with #3A5403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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