Html Css Color HEX #3A5D3F Hunter Green

📋 copy color: '#3A5D3F'

red 58 ◦ green 93 ◦ blue 63

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

Shades of Hunter Green #3A5D3F

Tints of Hunter Green #3A5D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.46%

 BLUE value IS 63 (25% from 255) = 29.44%

R = 27.1%
G = 43.46%
B = 29.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#3A5D3F (or 0x3A5D3F) is known color: Hunter Green. HEX triplet: 3A, 5D and 3F. RGB value is (58,93,63). Sum of RGB (Red+Green+Blue) = 58+93+63=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5D3F is #C5A2C0. Grayscale: #4F4F4F. Windows color (decimal): -12952257 or 4152634. OLE color: 4152634.

HSL color Cylindrical-coordinate representation of color #3A5D3F: hue angle of 128.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5D3F is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 93 63 -
CMYK 0.38 0 0.32 0.64
HSL 128.57º 0.23% 0.3% -
HSV(B) 128.57º 0.38% 0.36% -
XYZ 6.56 9.09 6.11 -
YUV 79.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 58 93 63 0.38 0 0.32 0.64 128.57 0.23 0.3
Hex 3A 5D 3F 26 0 20 40 81 17 1E
Octal 72 135 77 46 0 40 100 201 27 36
Binary 111010 1011101 111111 100110 0 100000 1000000 10000001 10111 11110

Color Harmonies of #3A5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5D3F

Black with #3A5D3F

Text Example


Text Example

White with #3A5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,93,63); }

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

background-color css

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

 a { background-color: rgb(58,93,63); }

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

border-color css

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

 span { border-color: rgb(58,93,63); }

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