#104133

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

Shades of Sherwood Green #104133

Tints of Sherwood Green #104133

Color information

#104133 (or 0x104133) is unknown color: approx Sherwood Green. HEX triplet: 10, 41 and 33. RGB value is (16,65,51). Sum of RGB (Red+Green+Blue) = 16+65+51=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #104133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104133 is #EFBECC. Grayscale: #303030. Windows color (decimal): -15711949 or 3358992. OLE color: 3358992.

HSL color Cylindrical-coordinate representation of color #104133: hue angle of 162.86º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104133 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB166551-
CMYK0.7500.220.75
HSL162.86º60.49%15.88%-
HSV(B)162.86º75.38%25.49%-
XYZ2.74.133.79-
YUV48.75129.27104.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=12.12%
G=49.24%
B=38.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665510.7500.220.75162.8660.4915.88
Hex1041334B0164Ba33c10
Octal20101631130261132437420
Binary100001000001110011100101101011010010111010001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104133; }

 p { color: rgb(16,65,51); }

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

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

 a { background-color: rgb(16,65,51); }

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

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

 span { border-color: rgb(16,65,51); }

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