#134935

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

Shades of Sherwood Green #134935

Tints of Sherwood Green #134935

Color information

#134935 (or 0x134935) is unknown color: approx Sherwood Green. HEX triplet: 13, 49 and 35. RGB value is (19,73,53). Sum of RGB (Red+Green+Blue) = 19+73+53=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #134935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134935 is #ECB6CA. Grayscale: #363636. Windows color (decimal): -15513291 or 3492115. OLE color: 3492115.

HSL color Cylindrical-coordinate representation of color #134935: hue angle of 157.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134935 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB197353-
CMYK0.7400.270.71
HSL157.78º58.7%18.04%-
HSV(B)157.78º73.97%28.63%-
XYZ3.295.164.19-
YUV54.57127.11102.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=13.10%
G=50.34%
B=36.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973530.7400.270.71157.7858.718.04
Hex1349354A01B479e3b12
Octal23111651120331072367322
Binary100111001001110101100101001101110001111001111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134935; }

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

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

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

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

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

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

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

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