#104C38

Color #104C38 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #104C38

Tints of Sherwood Green #104C38

Color information

#104C38 (or 0x104C38) is unknown color: approx Sherwood Green. HEX triplet: 10, 4C and 38. RGB value is (16,76,56). Sum of RGB (Red+Green+Blue) = 16+76+56=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #104C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C38 is #EFB3C7. Grayscale: #373737. Windows color (decimal): -15709128 or 3689488. OLE color: 3689488.

HSL color Cylindrical-coordinate representation of color #104C38: hue angle of 160º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C38 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB167656-
CMYK0.7900.260.70
HSL160º65.22%18.04%-
HSV(B)160º78.95%29.8%-
XYZ3.515.564.63-
YUV55.78128.1299.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=10.81%
G=51.35%
B=37.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676560.7900.260.7016065.2218.04
Hex104C384F01A46a04112
Octal201147011703210624010122
Binary1000010011001110001001111011010100011010100000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104C38; }

 p { color: rgb(16,76,56); }

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

<style>
 a { background-color: #104C38; }

 a { background-color: rgb(16,76,56); }

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

<style>
 span { border-color: #104C38; }

 span { border-color: rgb(16,76,56); }

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