Html Css Color HEX #3A5509 Verdun Green

📋 copy color: '#3A5509'

red 58 ◦ green 85 ◦ blue 9

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

Shades of Verdun Green #3A5509

Tints of Verdun Green #3A5509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.92%

 BLUE value IS 9 (3.91% from 255) = 5.92%

R = 38.16%
G = 55.92%
B = 5.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#3A5509 (or 0x3A5509) is known color: Verdun Green. HEX triplet: 3A, 55 and 09. RGB value is (58,85,9). Sum of RGB (Red+Green+Blue) = 58+85+9=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5509 is #C5AAF6. Grayscale: #444444. Windows color (decimal): -12954359 or 611642. OLE color: 611642.

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

Color convert

RGB 58 85 9 -
CMYK 0.32 0 0.89 0.67
HSL 81.32º 0.81% 0.18% -
HSV(B) 81.32º 0.89% 0.33% -
XYZ 5.04 7.42 1.42 -
YUV 68.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 58 85 9 0.32 0 0.89 0.67 81.32 0.81 0.18
Hex 3A 55 9 20 0 59 43 51 51 12
Octal 72 125 11 40 0 131 103 121 121 22
Binary 111010 1010101 1001 100000 0 1011001 1000011 1010001 1010001 10010

Color Harmonies of #3A5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5509

Black with #3A5509

Text Example


Text Example

White with #3A5509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,9); }

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

background-color css

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

 a { background-color: rgb(58,85,9); }

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

border-color css

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

 span { border-color: rgb(58,85,9); }

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