Html Css Color HEX #3A5816 Verdun Green

📋 copy color: '#3A5816'

red 58 ◦ green 88 ◦ blue 22

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

Shades of Verdun Green #3A5816

Tints of Verdun Green #3A5816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.38%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 34.52%
G = 52.38%
B = 13.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#3A5816 (or 0x3A5816) is known color: Verdun Green. HEX triplet: 3A, 58 and 16. RGB value is (58,88,22). Sum of RGB (Red+Green+Blue) = 58+88+22=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5816 is #C5A7E9. Grayscale: #474747. Windows color (decimal): -12953578 or 1464378. OLE color: 1464378.

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

Color convert

RGB 58 88 22 -
CMYK 0.34 0 0.75 0.65
HSL 87.27º 0.6% 0.22% -
HSV(B) 87.27º 0.75% 0.35% -
XYZ 5.38 7.94 2.01 -
YUV 71.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 58 88 22 0.34 0 0.75 0.65 87.27 0.6 0.22
Hex 3A 58 16 22 0 4B 41 57 3C 16
Octal 72 130 26 42 0 113 101 127 74 26
Binary 111010 1011000 10110 100010 0 1001011 1000001 1010111 111100 10110

Color Harmonies of #3A5816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5816

Black with #3A5816

Text Example


Text Example

White with #3A5816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,22); }

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

background-color css

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

 a { background-color: rgb(58,88,22); }

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

border-color css

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

 span { border-color: rgb(58,88,22); }

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