Html Css Color HEX #3A5505 Verdun Green

📋 copy color: '#3A5505'

red 58 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #3A5505

Tints of Verdun Green #3A5505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 39.19%
G = 57.43%
B = 3.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#3A5505 (or 0x3A5505) is known color: Verdun Green. HEX triplet: 3A, 55 and 05. RGB value is (58,85,5). Sum of RGB (Red+Green+Blue) = 58+85+5=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5505 is #C5AAFA. Grayscale: #444444. Windows color (decimal): -12954363 or 349498. OLE color: 349498.

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

Color convert

RGB 58 85 5 -
CMYK 0.32 0 0.94 0.67
HSL 80.25º 0.89% 0.18% -
HSV(B) 80.25º 0.94% 0.33% -
XYZ 5.02 7.41 1.31 -
YUV 67.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 58 85 5 0.32 0 0.94 0.67 80.25 0.89 0.18
Hex 3A 55 5 20 0 5E 43 50 59 12
Octal 72 125 5 40 0 136 103 120 131 22
Binary 111010 1010101 101 100000 0 1011110 1000011 1010000 1011001 10010

Color Harmonies of #3A5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5505

Black with #3A5505

Text Example


Text Example

White with #3A5505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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