#134333

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

Shades of Sherwood Green #134333

Tints of Sherwood Green #134333

Color information

#134333 (or 0x134333) is unknown color: approx Sherwood Green. HEX triplet: 13, 43 and 33. RGB value is (19,67,51). Sum of RGB (Red+Green+Blue) = 19+67+51=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #134333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134333 is #ECBCCC. Grayscale: #323232. Windows color (decimal): -15514829 or 3359507. OLE color: 3359507.

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

Color convert

RGB196751-
CMYK0.7200.240.74
HSL160º55.81%16.86%-
HSV(B)160º71.64%26.27%-
XYZ2.874.393.83-
YUV50.82128.1105.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=13.87%
G=48.91%
B=37.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967510.7200.240.7416055.8116.86
Hex134333480184Aa03811
Octal23103631100301122407021
Binary100111000011110011100100001100010010101010000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134333; }

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

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

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

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

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

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

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

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