#134633

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

Shades of Sherwood Green #134633

Tints of Sherwood Green #134633

Color information

#134633 (or 0x134633) is unknown color: approx Sherwood Green. HEX triplet: 13, 46 and 33. RGB value is (19,70,51). Sum of RGB (Red+Green+Blue) = 19+70+51=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #134633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134633 is #ECB9CC. Grayscale: #343434. Windows color (decimal): -15514061 or 3360275. OLE color: 3360275.

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

Color convert

RGB197051-
CMYK0.7300.270.73
HSL157.65º57.3%17.45%-
HSV(B)157.65º72.86%27.45%-
XYZ3.064.763.89-
YUV52.58127.1104.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=13.57%
G=50%
B=36.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970510.7300.270.73157.6557.317.45
Hex1346334901B499e3911
Octal23106631110331112367121
Binary100111000110110011100100101101110010011001111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134633; }

 p { color: rgb(19,70,51); }

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

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

 a { background-color: rgb(19,70,51); }

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

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

 span { border-color: rgb(19,70,51); }

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