#3D5A43

Color #3D5A43 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #3D5A43

Tints of Hunter Green #3D5A43

Color information

#3D5A43 (or 0x3D5A43) is unknown color: approx Hunter Green. HEX triplet: 3D, 5A and 43. RGB value is (61,90,67). Sum of RGB (Red+Green+Blue) = 61+90+67=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A43 is #C2A5BC. Grayscale: #4E4E4E. Windows color (decimal): -12756413 or 4414013. OLE color: 4414013.

HSL color Cylindrical-coordinate representation of color #3D5A43: hue angle of 132.41º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D5A43 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB619067-
CMYK0.3200.260.65
HSL132.41º19.21%29.61%-
HSV(B)132.41º32.22%35.29%-
XYZ6.598.716.64-
YUV78.71121.39115.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.98%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=27.98%
G=41.28%
B=30.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6190670.3200.260.65132.4119.2129.61
Hex3D5A432001A4184131e
Octal75132103400321012042336
Binary111101101101010000111000000110101000001100001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,90,67); }

 H1.HeaderClassName
 {
   color: #3D5A43;
 }
 .AnyTagClassName
 {
   color: #3D5A43;
 }
</style>
background-color css

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

 a { background-color: rgb(61,90,67); }

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

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

 span { border-color: rgb(61,90,67); }

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