#134436

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

Shades of Sherwood Green #134436

Tints of Sherwood Green #134436

Color information

#134436 (or 0x134436) is unknown color: approx Sherwood Green. HEX triplet: 13, 44 and 36. RGB value is (19,68,54). Sum of RGB (Red+Green+Blue) = 19+68+54=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #134436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134436 is #ECBBC9. Grayscale: #333333. Windows color (decimal): -15514570 or 3556371. OLE color: 3556371.

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

Color convert

RGB196854-
CMYK0.7200.210.73
HSL162.86º56.32%17.06%-
HSV(B)162.86º72.06%26.67%-
XYZ34.544.21-
YUV51.75129.27104.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=13.48%
G=48.23%
B=38.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968540.7200.210.73162.8656.3217.06
Hex1344364801549a33811
Octal23104661100251112437021
Binary100111000100110110100100001010110010011010001111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134436; }

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

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

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

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

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

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

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

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