#134433

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

Shades of Sherwood Green #134433

Tints of Sherwood Green #134433

Color information

#134433 (or 0x134433) is unknown color: approx Sherwood Green. HEX triplet: 13, 44 and 33. RGB value is (19,68,51). Sum of RGB (Red+Green+Blue) = 19+68+51=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #134433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134433 is #ECBBCC. Grayscale: #333333. Windows color (decimal): -15514573 or 3359763. OLE color: 3359763.

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

Color convert

RGB196851-
CMYK0.7200.250.73
HSL159.18º56.32%17.06%-
HSV(B)159.18º72.06%26.67%-
XYZ2.934.513.85-
YUV51.41127.77104.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 68 (26.95% from 255) = 49.28%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=13.77%
G=49.28%
B=36.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968510.7200.250.73159.1856.3217.06
Hex13443348019499f3811
Octal23104631100311112377021
Binary100111000100110011100100001100110010011001111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134433; }

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

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

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

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

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

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

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

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