Html Css Color HEX #3A553D Hunter Green

📋 copy color: '#3A553D'

red 58 ◦ green 85 ◦ blue 61

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

Shades of Hunter Green #3A553D

Tints of Hunter Green #3A553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 61 (24.22% from 255) = 29.9%

R = 28.43%
G = 41.67%
B = 29.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#3A553D (or 0x3A553D) is known color: Hunter Green. HEX triplet: 3A, 55 and 3D. RGB value is (58,85,61). Sum of RGB (Red+Green+Blue) = 58+85+61=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #3A553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A553D is #C5AAC2. Grayscale: #4A4A4A. Windows color (decimal): -12954307 or 4019514. OLE color: 4019514.

HSL color Cylindrical-coordinate representation of color #3A553D: hue angle of 126.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A553D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 61 -
CMYK 0.32 0 0.28 0.67
HSL 126.67º 0.19% 0.28% -
HSV(B) 126.67º 0.32% 0.33% -
XYZ 5.84 7.73 5.6 -
YUV 74.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 58 85 61 0.32 0 0.28 0.67 126.67 0.19 0.28
Hex 3A 55 3D 20 0 1C 43 7F 13 1C
Octal 72 125 75 40 0 34 103 177 23 34
Binary 111010 1010101 111101 100000 0 11100 1000011 1111111 10011 11100

Color Harmonies of #3A553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A553D

Black with #3A553D

Text Example


Text Example

White with #3A553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,61); }

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

background-color css

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

 a { background-color: rgb(58,85,61); }

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

border-color css

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

 span { border-color: rgb(58,85,61); }

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