#10503C

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

Shades of Sherwood Green #10503C

Tints of Sherwood Green #10503C

Color information

#10503C (or 0x10503C) is unknown color: approx Sherwood Green. HEX triplet: 10, 50 and 3C. RGB value is (16,80,60). Sum of RGB (Red+Green+Blue) = 16+80+60=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #10503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10503C is #EFAFC3. Grayscale: #3A3A3A. Windows color (decimal): -15708100 or 3952656. OLE color: 3952656.

HSL color Cylindrical-coordinate representation of color #10503C: hue angle of 161.25º degrees, saturation: 0.67, 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 #10503C is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB168060-
CMYK0.8000.250.69
HSL161.25º66.67%18.82%-
HSV(B)161.25º80%31.37%-
XYZ3.96.175.26-
YUV58.58128.897.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=10.26%
G=51.28%
B=38.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680600.8000.250.69161.2566.6718.82
Hex10503C5001945a14313
Octal201207412003110524110323
Binary1000010100001111001010000011001100010110100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10503C; }

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

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

<style>
 a { background-color: #10503C; }

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

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

<style>
 span { border-color: #10503C; }

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

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