#134536

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

Shades of Sherwood Green #134536

Tints of Sherwood Green #134536

Color information

#134536 (or 0x134536) is unknown color: approx Sherwood Green. HEX triplet: 13, 45 and 36. RGB value is (19,69,54). Sum of RGB (Red+Green+Blue) = 19+69+54=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #134536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134536 is #ECBAC9. Grayscale: #343434. Windows color (decimal): -15514314 or 3556627. OLE color: 3556627.

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

Color convert

RGB196954-
CMYK0.7200.220.73
HSL162º56.82%17.25%-
HSV(B)162º72.46%27.06%-
XYZ3.064.664.23-
YUV52.34128.94104.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 69 (27.34% from 255) = 48.59%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=13.38%
G=48.59%
B=38.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969540.7200.220.7316256.8217.25
Hex1345364801649a23911
Octal23105661100261112427121
Binary100111000101110110100100001011010010011010001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134536; }

 p { color: rgb(19,69,54); }

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

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

 a { background-color: rgb(19,69,54); }

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

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

 span { border-color: rgb(19,69,54); }

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