#134331

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

Shades of Sherwood Green #134331

Tints of Sherwood Green #134331

Color information

#134331 (or 0x134331) is unknown color: approx Sherwood Green. HEX triplet: 13, 43 and 31. RGB value is (19,67,49). Sum of RGB (Red+Green+Blue) = 19+67+49=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #134331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134331 is #ECBCCE. Grayscale: #323232. Windows color (decimal): -15514831 or 3228435. OLE color: 3228435.

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

Color convert

RGB196749-
CMYK0.7200.270.74
HSL157.5º55.81%16.86%-
HSV(B)157.5º71.64%26.27%-
XYZ2.834.373.6-
YUV50.6127.1105.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 67 (26.56% from 255) = 49.63%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=14.07%
G=49.63%
B=36.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967490.7200.270.74157.555.8116.86
Hex1343314801B4A9e3811
Octal23103611100331122367021
Binary100111000011110001100100001101110010101001111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134331; }

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

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

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

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

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

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

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

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