Html Css Color HEX #3A5A15 Verdun Green

📋 copy color: '#3A5A15'

red 58 ◦ green 90 ◦ blue 21

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

Shades of Verdun Green #3A5A15

Tints of Verdun Green #3A5A15

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.25%

 BLUE value IS 21 (8.59% from 255) = 12.43%

R = 34.32%
G = 53.25%
B = 12.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#3A5A15 (or 0x3A5A15) is known color: Verdun Green. HEX triplet: 3A, 5A and 15. RGB value is (58,90,21). Sum of RGB (Red+Green+Blue) = 58+90+21=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5A15 is #C5A5EA. Grayscale: #484848. Windows color (decimal): -12953067 or 1399354. OLE color: 1399354.

HSL color Cylindrical-coordinate representation of color #3A5A15: hue angle of 87.83º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A5A15 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 90 21 -
CMYK 0.36 0 0.77 0.65
HSL 87.83º 0.62% 0.22% -
HSV(B) 87.83º 0.77% 0.35% -
XYZ 5.54 8.27 2.01 -
YUV 72.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 58 90 21 0.36 0 0.77 0.65 87.83 0.62 0.22
Hex 3A 5A 15 24 0 4D 41 58 3E 16
Octal 72 132 25 44 0 115 101 130 76 26
Binary 111010 1011010 10101 100100 0 1001101 1000001 1011000 111110 10110

Color Harmonies of #3A5A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5A15

Black with #3A5A15

Text Example


Text Example

White with #3A5A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,90,21); }

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

background-color css

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

 a { background-color: rgb(58,90,21); }

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

border-color css

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

 span { border-color: rgb(58,90,21); }

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