#134231

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

Shades of Sherwood Green #134231

Tints of Sherwood Green #134231

Color information

#134231 (or 0x134231) is unknown color: approx Sherwood Green. HEX triplet: 13, 42 and 31. RGB value is (19,66,49). Sum of RGB (Red+Green+Blue) = 19+66+49=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #134231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134231 is #ECBDCE. Grayscale: #323232. Windows color (decimal): -15515087 or 3228179. OLE color: 3228179.

HSL color Cylindrical-coordinate representation of color #134231: hue angle of 158.3º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134231 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB196649-
CMYK0.7100.260.74
HSL158.3º55.29%16.67%-
HSV(B)158.3º71.21%25.88%-
XYZ2.774.263.58-
YUV50.01127.43105.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 66 (26.17% from 255) = 49.25%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=14.18%
G=49.25%
B=36.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966490.7100.260.74158.355.2916.67
Hex1342314701A4A9e3711
Octal23102611070321122366721
Binary100111000010110001100011101101010010101001111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134231; }

 p { color: rgb(19,66,49); }

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

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

 a { background-color: rgb(19,66,49); }

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

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

 span { border-color: rgb(19,66,49); }

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