Html Css Color HEX #3A5A16 Verdun Green

📋 copy color: '#3A5A16'

red 58 ◦ green 90 ◦ blue 22

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

Shades of Verdun Green #3A5A16

Tints of Verdun Green #3A5A16

RGB

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

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

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

R = 34.12%
G = 52.94%
B = 12.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#3A5A16 (or 0x3A5A16) is known color: Verdun Green. HEX triplet: 3A, 5A and 16. RGB value is (58,90,22). Sum of RGB (Red+Green+Blue) = 58+90+22=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5A16 is #C5A5E9. Grayscale: #484848. Windows color (decimal): -12953066 or 1464890. OLE color: 1464890.

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

Color convert

RGB 58 90 22 -
CMYK 0.36 0 0.76 0.65
HSL 88.24º 0.61% 0.22% -
HSV(B) 88.24º 0.76% 0.35% -
XYZ 5.55 8.27 2.06 -
YUV 72.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 58 90 22 0.36 0 0.76 0.65 88.24 0.61 0.22
Hex 3A 5A 16 24 0 4C 41 58 3D 16
Octal 72 132 26 44 0 114 101 130 75 26
Binary 111010 1011010 10110 100100 0 1001100 1000001 1011000 111101 10110

Color Harmonies of #3A5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5A16

Black with #3A5A16

Text Example


Text Example

White with #3A5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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