Html Css Color HEX #3A5C15 Verdun Green

📋 copy color: '#3A5C15'

red 58 ◦ green 92 ◦ blue 21

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

Shades of Verdun Green #3A5C15

Tints of Verdun Green #3A5C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.8%

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

R = 33.92%
G = 53.8%
B = 12.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#3A5C15 (or 0x3A5C15) is known color: Verdun Green. HEX triplet: 3A, 5C and 15. RGB value is (58,92,21). Sum of RGB (Red+Green+Blue) = 58+92+21=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5C15 is #C5A3EA. Grayscale: #494949. Windows color (decimal): -12952555 or 1399866. OLE color: 1399866.

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

Color convert

RGB 58 92 21 -
CMYK 0.37 0 0.77 0.64
HSL 88.73º 0.63% 0.22% -
HSV(B) 88.73º 0.77% 0.36% -
XYZ 5.71 8.61 2.07 -
YUV 73.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 58 92 21 0.37 0 0.77 0.64 88.73 0.63 0.22
Hex 3A 5C 15 25 0 4D 40 59 3F 16
Octal 72 134 25 45 0 115 100 131 77 26
Binary 111010 1011100 10101 100101 0 1001101 1000000 1011001 111111 10110

Color Harmonies of #3A5C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5C15

Black with #3A5C15

Text Example


Text Example

White with #3A5C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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