#104330

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

Shades of Sherwood Green #104330

Tints of Sherwood Green #104330

Color information

#104330 (or 0x104330) is unknown color: approx Sherwood Green. HEX triplet: 10, 43 and 30. RGB value is (16,67,48). Sum of RGB (Red+Green+Blue) = 16+67+48=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #104330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104330 is #EFBCCF. Grayscale: #313131. Windows color (decimal): -15711440 or 3162896. OLE color: 3162896.

HSL color Cylindrical-coordinate representation of color #104330: hue angle of 157.65º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104330 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB166748-
CMYK0.7600.280.74
HSL157.65º61.45%16.27%-
HSV(B)157.65º76.12%26.27%-
XYZ2.754.343.49-
YUV49.58127.1104.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 67 (26.56% from 255) = 51.15%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=12.21%
G=51.15%
B=36.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667480.7600.280.74157.6561.4516.27
Hex1043304C01C4A9e3d10
Octal20103601140341122367520
Binary100001000011110000100110001110010010101001111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104330; }

 p { color: rgb(16,67,48); }

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

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

 a { background-color: rgb(16,67,48); }

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

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

 span { border-color: rgb(16,67,48); }

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