#104F3C

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

Shades of Sherwood Green #104F3C

Tints of Sherwood Green #104F3C

Color information

#104F3C (or 0x104F3C) is unknown color: approx Sherwood Green. HEX triplet: 10, 4F and 3C. RGB value is (16,79,60). Sum of RGB (Red+Green+Blue) = 16+79+60=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #104F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F3C is #EFB0C3. Grayscale: #3A3A3A. Windows color (decimal): -15708356 or 3952400. OLE color: 3952400.

HSL color Cylindrical-coordinate representation of color #104F3C: hue angle of 161.9º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F3C is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB167960-
CMYK0.8000.240.69
HSL161.9º66.32%18.63%-
HSV(B)161.9º79.75%30.98%-
XYZ3.836.035.24-
YUV58129.1398.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 79 (31.25% from 255) = 50.97%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=10.32%
G=50.97%
B=38.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679600.8000.240.69161.966.3218.63
Hex104F3C5001845a24213
Octal201177412003010524210223
Binary1000010011111111001010000011000100010110100010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,79,60); }

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

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

 a { background-color: rgb(16,79,60); }

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

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

 span { border-color: rgb(16,79,60); }

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