#134733

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

Shades of Sherwood Green #134733

Tints of Sherwood Green #134733

Color information

#134733 (or 0x134733) is unknown color: approx Sherwood Green. HEX triplet: 13, 47 and 33. RGB value is (19,71,51). Sum of RGB (Red+Green+Blue) = 19+71+51=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #134733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134733 is #ECB8CC. Grayscale: #353535. Windows color (decimal): -15513805 or 3360531. OLE color: 3360531.

HSL color Cylindrical-coordinate representation of color #134733: hue angle of 156.92º 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 #134733 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB197151-
CMYK0.7300.280.72
HSL156.92º57.78%17.65%-
HSV(B)156.92º73.24%27.84%-
XYZ3.124.883.91-
YUV53.17126.77103.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=13.48%
G=50.35%
B=36.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971510.7300.280.72156.9257.7817.65
Hex1347334901C489d3a12
Octal23107631110341102357222
Binary100111000111110011100100101110010010001001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134733; }

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

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

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

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

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

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

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

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