#104531

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

Shades of Sherwood Green #104531

Tints of Sherwood Green #104531

Color information

#104531 (or 0x104531) is unknown color: approx Sherwood Green. HEX triplet: 10, 45 and 31. RGB value is (16,69,49). Sum of RGB (Red+Green+Blue) = 16+69+49=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #104531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104531 is #EFBACE. Grayscale: #323232. Windows color (decimal): -15710927 or 3228944. OLE color: 3228944.

HSL color Cylindrical-coordinate representation of color #104531: hue angle of 157.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104531 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB166949-
CMYK0.7700.290.73
HSL157.36º62.35%16.67%-
HSV(B)157.36º76.81%27.06%-
XYZ2.94.593.64-
YUV50.87126.94103.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=11.94%
G=51.49%
B=36.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1669490.7700.290.73157.3662.3516.67
Hex1045314D01D499d3e11
Octal20105611150351112357621
Binary100001000101110001100110101110110010011001110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104531; }

 p { color: rgb(16,69,49); }

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

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

 a { background-color: rgb(16,69,49); }

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

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

 span { border-color: rgb(16,69,49); }

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