Html Css Color HEX #3A5817 Verdun Green

📋 copy color: '#3A5817'

red 58 ◦ green 88 ◦ blue 23

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

Shades of Verdun Green #3A5817

Tints of Verdun Green #3A5817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 34.32%
G = 52.07%
B = 13.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#3A5817 (or 0x3A5817) is known color: Verdun Green. HEX triplet: 3A, 58 and 17. RGB value is (58,88,23). Sum of RGB (Red+Green+Blue) = 58+88+23=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5817 is #C5A7E8. Grayscale: #474747. Windows color (decimal): -12953577 or 1529914. OLE color: 1529914.

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

Color convert

RGB 58 88 23 -
CMYK 0.34 0 0.74 0.65
HSL 87.69º 0.59% 0.22% -
HSV(B) 87.69º 0.74% 0.35% -
XYZ 5.39 7.94 2.06 -
YUV 71.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 58 88 23 0.34 0 0.74 0.65 87.69 0.59 0.22
Hex 3A 58 17 22 0 4A 41 58 3B 16
Octal 72 130 27 42 0 112 101 130 73 26
Binary 111010 1011000 10111 100010 0 1001010 1000001 1011000 111011 10110

Color Harmonies of #3A5817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5817

Black with #3A5817

Text Example


Text Example

White with #3A5817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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