#134132

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

Shades of Sherwood Green #134132

Tints of Sherwood Green #134132

Color information

#134132 (or 0x134132) is unknown color: approx Sherwood Green. HEX triplet: 13, 41 and 32. RGB value is (19,65,50). Sum of RGB (Red+Green+Blue) = 19+65+50=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #134132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134132 is #ECBECD. Grayscale: #313131. Windows color (decimal): -15515342 or 3293459. OLE color: 3293459.

HSL color Cylindrical-coordinate representation of color #134132: hue angle of 160.43º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134132 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB196550-
CMYK0.7100.230.75
HSL160.43º54.76%16.47%-
HSV(B)160.43º70.77%25.49%-
XYZ2.734.153.67-
YUV49.54128.26106.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 65 (25.78% from 255) = 48.51%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=14.18%
G=48.51%
B=37.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965500.7100.230.75160.4354.7616.47
Hex134132470174Ba03710
Octal23101621070271132406720
Binary100111000001110010100011101011110010111010000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134132; }

 p { color: rgb(19,65,50); }

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

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

 a { background-color: rgb(19,65,50); }

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

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

 span { border-color: rgb(19,65,50); }

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