#134735

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

Shades of Sherwood Green #134735

Tints of Sherwood Green #134735

Color information

#134735 (or 0x134735) is unknown color: approx Sherwood Green. HEX triplet: 13, 47 and 35. RGB value is (19,71,53). Sum of RGB (Red+Green+Blue) = 19+71+53=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #134735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134735 is #ECB8CA. Grayscale: #353535. Windows color (decimal): -15513803 or 3491603. OLE color: 3491603.

HSL color Cylindrical-coordinate representation of color #134735: hue angle of 159.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134735 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB197153-
CMYK0.7300.250.72
HSL159.23º57.78%17.65%-
HSV(B)159.23º73.24%27.84%-
XYZ3.164.94.15-
YUV53.4127.77103.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=13.29%
G=49.65%
B=37.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971530.7300.250.72159.2357.7817.65
Hex13473549019489f3a12
Octal23107651110311102377222
Binary100111000111110101100100101100110010001001111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134735; }

 p { color: rgb(19,71,53); }

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

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

 a { background-color: rgb(19,71,53); }

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

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

 span { border-color: rgb(19,71,53); }

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