#134432

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

Shades of Sherwood Green #134432

Tints of Sherwood Green #134432

Color information

#134432 (or 0x134432) is unknown color: approx Sherwood Green. HEX triplet: 13, 44 and 32. RGB value is (19,68,50). Sum of RGB (Red+Green+Blue) = 19+68+50=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #134432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134432 is #ECBBCD. Grayscale: #333333. Windows color (decimal): -15514574 or 3294227. OLE color: 3294227.

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

Color convert

RGB196850-
CMYK0.7200.260.73
HSL157.96º56.32%17.06%-
HSV(B)157.96º72.06%26.67%-
XYZ2.914.53.73-
YUV51.3127.27104.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=13.87%
G=49.64%
B=36.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968500.7200.260.73157.9656.3217.06
Hex1344324801A499e3811
Octal23104621100321112367021
Binary100111000100110010100100001101010010011001111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134432; }

 p { color: rgb(19,68,50); }

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

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

 a { background-color: rgb(19,68,50); }

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

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

 span { border-color: rgb(19,68,50); }

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