Html Css Color HEX #3A5903 Verdun Green

📋 copy color: '#3A5903'

red 58 ◦ green 89 ◦ blue 3

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

Shades of Verdun Green #3A5903

Tints of Verdun Green #3A5903

RGB

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

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

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

R = 38.67%
G = 59.33%
B = 2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#3A5903 (or 0x3A5903) is known color: Verdun Green. HEX triplet: 3A, 59 and 03. RGB value is (58,89,3). Sum of RGB (Red+Green+Blue) = 58+89+3=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5903 is #C5A6FC. Grayscale: #464646. Windows color (decimal): -12953341 or 219450. OLE color: 219450.

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

Color convert

RGB 58 89 3 -
CMYK 0.35 0 0.97 0.65
HSL 81.63º 0.93% 0.18% -
HSV(B) 81.63º 0.97% 0.35% -
XYZ 5.33 8.05 1.36 -
YUV 69.93 90.23 119.49 -
System Red Green Blue C M Y K H S L
Decimal 58 89 3 0.35 0 0.97 0.65 81.63 0.93 0.18
Hex 3A 59 3 23 0 61 41 52 5D 12
Octal 72 131 3 43 0 141 101 122 135 22
Binary 111010 1011001 11 100011 0 1100001 1000001 1010010 1011101 10010

Color Harmonies of #3A5903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5903

Black with #3A5903

Text Example


Text Example

White with #3A5903

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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